summaryrefslogtreecommitdiff
path: root/lib/System/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-26 03:12:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-26 03:12:11 +0000
commit20ac4e369935566d2069619a69b4a9f972cf9150 (patch)
treeff835ec41414633e45d077f1326e8e4df1a16314 /lib/System/Makefile
parent7f2cd27ff19f0a5643894804fe7315731f153ed2 (diff)
downloadllvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.gz
llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.bz2
llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.xz
Add EXTRA_DIST for additional files to be distributed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Makefile')
-rw-r--r--lib/System/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile
index 7272d922a7..e40fe4bca0 100644
--- a/lib/System/Makefile
+++ b/lib/System/Makefile
@@ -10,4 +10,6 @@ LEVEL = ../..
LIBRARYNAME = LLVMsystem
BUILD_ARCHIVE = 1
+EXTRA_DIST = AIX Cygwin Darwin FreeBSD Interix Linux SunOS Unix Win32
+
include $(LEVEL)/Makefile.common