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
This commit is contained in:
Reid Spencer 2004-08-29 19:33:21 +00:00
parent 0172d09b64
commit f13562fb97

View File

@ -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