From: Reid Spencer Date: Fri, 14 Jan 2005 22:43:01 +0000 (+0000) Subject: We don't distribute the operating system specific directories any more. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e1c6bfa3858dff000198b53929f85de129cb92df;p=oota-llvm.git 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 d0a7acff26b..043947ddada 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -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