aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-27 23:29:00 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-27 23:29:00 +0200
commit9bd44f525b8c97407e083697cf0b4fb7eab4e718 (patch)
treeb32d9c30ccb3073d3b3d06d6c0083009e8b1dd65 /GNUmakefile
parentb739de430878e48eb6b56cadbe59fc65bbf57d51 (diff)
downloadfbida-9bd44f525b8c97407e083697cf0b4fb7eab4e718.tar.gz
pass filenames as args to fallback.pl
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8ecc5a0..8f688a8 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -184,7 +184,7 @@ RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes -Wno-maybe-
ida: $(OBJS_IDA) $(OBJS_READER) $(OBJS_WRITER)
Ida.ad.h: Ida.ad $(srcdir)/scripts/fallback.pl
- perl $(srcdir)/scripts/fallback.pl < $< > $@
+ perl $(srcdir)/scripts/fallback.pl $< $@
logo.h: logo.jpg
hexdump -v -e '1/1 "0x%02x,"' < $< > $@