From 9bd44f525b8c97407e083697cf0b4fb7eab4e718 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 27 Apr 2017 23:29:00 +0200 Subject: pass filenames as args to fallback.pl --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') 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,"' < $< > $@ -- cgit