[llvm-commits] CVS: llvm/lib/System/Makefile
Reid Spencer
reid at x10sys.com
Fri Jan 14 14:43:14 PST 2005
Changes in directory llvm/lib/System:
Makefile updated: 1.6 -> 1.7
---
Log message:
We don't distribute the operating system specific directories any more.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.6 llvm/lib/System/Makefile:1.7
--- llvm/lib/System/Makefile:1.6 Wed Oct 27 18:18:44 2004
+++ llvm/lib/System/Makefile Fri Jan 14 16:43:01 2005
@@ -10,6 +10,6 @@
LIBRARYNAME = LLVMSystem
BUILD_ARCHIVE = 1
-EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32
+EXTRA_DIST = Unix Win32
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list