aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 470fd81..0d4cfb6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -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