[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Mon Oct 25 20:12:22 PDT 2004
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.6 -> 1.7
---
Log message:
Add EXTRA_DIST for additional files to be distributed.
---
Diffs of the changes: (+1 -0)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.6 llvm/tools/llvmc/Makefile:1.7
--- llvm/tools/llvmc/Makefile:1.6 Sun Aug 29 14:26:56 2004
+++ llvm/tools/llvmc/Makefile Mon Oct 25 22:12:11 2004
@@ -10,5 +10,6 @@
TOOLNAME = llvmc
USEDLIBS = bcreader vmcore support.a LLVMsystem.a
CONFIG_FILES = st ll
+EXTRA_DIST = st ll
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list