mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fixed the makefile to not die when compiling a new, empty, source directory
llvm-svn: 2688
This commit is contained in:
parent
25a4e91333
commit
54a7cdf7e9
@ -11,3 +11,6 @@ Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir
|
||||
Debug/Sparc.burg : Debug/Sparc.burg.in1 Debug/.dir
|
||||
g++ -E -I$(LEVEL)/include -D_DEBUG -x c++ $< | sed '/^# /d' | sed 's/Xinclude/#include/g' | sed 's/Xdefine/#define/g' > $@
|
||||
|
||||
Depend/Sparc.burm.d:
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user