We don't distribute the operating system specific directories any more.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 14 Jan 2005 22:43:01 +0000 (22:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 14 Jan 2005 22:43:01 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19563 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Makefile

index d0a7acff26bbbd160d3f151560f5758df6423dfe..043947ddadabef6b1c9bfa12873756c16da764e1 100644 (file)
@@ -10,6 +10,6 @@ LEVEL = ../..
 LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
 
-EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32
+EXTRA_DIST = Unix Win32
 
 include $(LEVEL)/Makefile.common