We don't distribute the operating system specific directories any more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19563 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Makefile b/lib/System/Makefile
index d0a7acf..043947d 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -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