Add lib/System ahead of lib/Support in case there are operating system
authorReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:33:21 +0000 (19:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 29 Aug 2004 19:33:21 +0000 (19:33 +0000)
issues.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16095 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index c412b2617907bc34483ee772f53290725d025e94..0af2c974814b3444f2355f50b1afdaf67edd0f40 100644 (file)
--- 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