[llvm-commits] CVS: llvm/lib/System/Makefile
Reid Spencer
reid at x10sys.com
Mon Oct 25 20:12:22 PDT 2004
Changes in directory llvm/lib/System:
Makefile updated: 1.4 -> 1.5
---
Log message:
Add EXTRA_DIST for additional files to be distributed.
---
Diffs of the changes: (+2 -0)
Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.4 llvm/lib/System/Makefile:1.5
--- llvm/lib/System/Makefile:1.4 Wed Aug 25 01:23:45 2004
+++ llvm/lib/System/Makefile Mon Oct 25 22:12:11 2004
@@ -10,4 +10,6 @@
LIBRARYNAME = LLVMsystem
BUILD_ARCHIVE = 1
+EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32
+
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list