mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Fixed the makefile to not die when compiling a new, empty, source directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2688 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1458cef6b8
commit
8532fb0d13
@ -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…
x
Reference in New Issue
Block a user