summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-07-06 12:00:52 +0200
committerJulien Cristau <jcristau@debian.org>2008-07-14 17:08:54 +0200
commitd61182511b1520b04133d28480e1ffaacbaeb753 (patch)
tree993e6fcb35ceb936a8efbd3e8082b24b67f16d2a
parent757c00927a6f5760135136450b8d02d0f999ac1c (diff)
Fix gen4asm rule to work with a build dir
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9dd9b378..45f8b19a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -185,7 +185,7 @@ if HAVE_GEN4ASM
SUFFIXES = .g4a .g4b
.g4a.g4b:
- m4 -s $*.g4a > $*.g4m && intel-gen4asm -o $@ $*.g4m && rm $*.g4m
+ m4 -I$(srcdir) -s $< > $*.g4m && intel-gen4asm -o $@ $*.g4m && rm $*.g4m
$(INTEL_G4B): $(INTEL_G4I)