Skip to content

Commit

Permalink
Burg files should come out of the Debug Directory for temporary files
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@790 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Oct 14, 2001
1 parent 1166b00 commit db00877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db00877

Please sign in to comment.