From 0c82def7159d2dda728f1f2f331878ff45d3ba87 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 12 Apr 2006 20:53:14 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9688879af8b..1aa33039794 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 -- 2.34.1