1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Uh, changing in build dir and committing in src dir doesn't lead to correct

commits. Fix it so it actually works.

llvm-svn: 16158
This commit is contained in:
Reid Spencer 2004-09-03 22:28:24 +00:00
parent e728175f26
commit e9389f6f5f

View File

@ -10,6 +10,6 @@ LEVEL=..
include $(LEVEL)/Makefile.config
DIRS:= $(patsubst $(SourceDir)%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
DIRS:= $(patsubst $(SourceDir)/%/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
include $(BUILD_SRC_ROOT)/Makefile.rules