[vmkit-commits] [vmkit] r83201 - /vmkit/trunk/tools/n3-pnetlib/Makefile

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Oct 1 08:42:29 PDT 2009


Author: geoffray
Date: Thu Oct  1 10:42:28 2009
New Revision: 83201

URL: http://llvm.org/viewvc/llvm-project?rev=83201&view=rev
Log:
Fix typo.


Modified:
    vmkit/trunk/tools/n3-pnetlib/Makefile

Modified: vmkit/trunk/tools/n3-pnetlib/Makefile
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/tools/n3-pnetlib/Makefile?rev=83201&r1=83200&r2=83201&view=diff

==============================================================================
--- vmkit/trunk/tools/n3-pnetlib/Makefile (original)
+++ vmkit/trunk/tools/n3-pnetlib/Makefile Thu Oct  1 10:42:28 2009
@@ -15,7 +15,7 @@
 
 ifeq ($(WITH_LLVM_GCC), 1)
   MODULESNAME = vmkit
-  USEDMODULES = N3.bc PNetLibc.bc Allocator.bc CommonThread.bc Mvm.bc \
+  USEDMODULES = N3.bc PNetLib.bc Allocator.bc CommonThread.bc Mvm.bc \
 		MvmCompiler.bc $(GCLIB).bc
   BUILT_SOURCES = vmkit.s
   SOURCES = vmkit.s $(notdir $(wildcard $(PROJ_SRC_DIR)/*.cpp))





More information about the vmkit-commits mailing list