1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add lib/System ahead of lib/Support in case there are operating system

issues.

llvm-svn: 16095
This commit is contained in:
Reid Spencer 2004-08-29 19:33:21 +00:00
parent a6733ed360
commit ea28d6b918

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