diff options
-rw-r--r-- | GNUmakefile | 6 | ||||
-rwxr-xr-x | scripts/fallback.pl (renamed from fallback.pl) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 23d4656..8ecc5a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,7 +60,7 @@ include $(srcdir)/mk/Autoconf.mk ac_jpeg_ver = $(shell \ $(call ac_init,for libjpeg version);\ - $(call ac_s_cmd,scripts/jpeg-version.sh);\ + $(call ac_s_cmd, $(srcdir)/scripts/jpeg-version.sh);\ $(call ac_fini)) define make-config @@ -183,8 +183,8 @@ RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes -Wno-maybe- ida: $(OBJS_IDA) $(OBJS_READER) $(OBJS_WRITER) -Ida.ad.h: Ida.ad $(srcdir)/fallback.pl - perl $(srcdir)/fallback.pl < $< > $@ +Ida.ad.h: Ida.ad $(srcdir)/scripts/fallback.pl + perl $(srcdir)/scripts/fallback.pl < $< > $@ logo.h: logo.jpg hexdump -v -e '1/1 "0x%02x,"' < $< > $@ diff --git a/fallback.pl b/scripts/fallback.pl index 03706c4..03706c4 100755 --- a/fallback.pl +++ b/scripts/fallback.pl |