summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-12 20:53:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-12 20:53:14 +0000
commit0c82def7159d2dda728f1f2f331878ff45d3ba87 (patch)
tree4a7f5f68f2712aa9ba28340950ea1dec59e79335 /Makefile
parentad2072643ac2ea2c13f991474e500b28a160bb46 (diff)
downloadllvm-0c82def7159d2dda728f1f2f331878ff45d3ba87.tar.gz
llvm-0c82def7159d2dda728f1f2f331878ff45d3ba87.tar.bz2
llvm-0c82def7159d2dda728f1f2f331878ff45d3ba87.tar.xz
Include the win32 and Xcode directories in the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9688879af8..1aa3303979 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ else
DIRS += docs
endif
endif
-EXTRA_DIST := test llvm.spec include
+EXTRA_DIST := test llvm.spec include win32 Xcode
include $(LLVM_SRC_ROOT)/Makefile.rules