summaryrefslogtreecommitdiff
path: root/lib/System/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-14 22:43:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-14 22:43:01 +0000
commite1c6bfa3858dff000198b53929f85de129cb92df (patch)
tree0fbbf627e173028244a062f0251634b4c1b02803 /lib/System/Makefile
parent69a52155d2eff066b49dbac385113002fd9dba14 (diff)
downloadllvm-e1c6bfa3858dff000198b53929f85de129cb92df.tar.gz
llvm-e1c6bfa3858dff000198b53929f85de129cb92df.tar.bz2
llvm-e1c6bfa3858dff000198b53929f85de129cb92df.tar.xz
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
Diffstat (limited to 'lib/System/Makefile')
-rw-r--r--lib/System/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index d0a7acff26..043947ddad 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