Burg files should come out of the Debug Directory for temporary files
llvm-svn: 790
This commit is contained in:
parent
8015f958c6
commit
082479a583
|
|
@ -210,7 +210,7 @@ Debug/%.o: %.c Debug/.dir Depend/.dir
|
|||
$(CompileG) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a burg input file
|
||||
%.burm.cpp: %.burg
|
||||
%.burm.cpp: Debug/%.burg
|
||||
$(RunBurg) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a flex input file... this uses sed to cut down
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ Debug/%.o: %.c Debug/.dir Depend/.dir
|
|||
$(CompileG) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a burg input file
|
||||
%.burm.cpp: %.burg
|
||||
%.burm.cpp: Debug/%.burg
|
||||
$(RunBurg) $< -o $@
|
||||
|
||||
# Create a .cpp source file from a flex input file... this uses sed to cut down
|
||||
|
|
|
|||
Loading…
Reference in New Issue