summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-29 19:33:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-29 19:33:21 +0000
commitf13562fb9777d1e617e17c3bb583b336c02f0f0d (patch)
treed3531cb2cce700dc0970ffdc5668b9421b05321e /Makefile
parent0172d09b64f8a86dbb5b088d6ad00533f513dd75 (diff)
downloadllvm-f13562fb9777d1e617e17c3bb583b336c02f0f0d.tar.gz
llvm-f13562fb9777d1e617e17c3bb583b336c02f0f0d.tar.bz2
llvm-f13562fb9777d1e617e17c3bb583b336c02f0f0d.tar.xz
Add lib/System ahead of lib/Support in case there are operating system
issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16095 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 c412b26179..0af2c97481 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
#
#===------------------------------------------------------------------------===#
LEVEL = .
-DIRS = lib/Support utils lib tools
+DIRS = lib/System lib/Support utils lib tools
ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime