1
0
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:
Mehwish Nagda 2002-05-21 15:58:24 +00:00
parent 25a4e91333
commit 54a7cdf7e9

View File

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