diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 19:33:03 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 19:33:03 +0200 |
commit | b739de430878e48eb6b56cadbe59fc65bbf57d51 (patch) | |
tree | 3e7909bb8656970cd8bd62e870eb78c41cf358a7 | |
parent | b905fa921087b8ea2de8fdc2f7819cd3289d9e72 (diff) | |
download | fbida-b739de430878e48eb6b56cadbe59fc65bbf57d51.tar.gz |
move fallback.pl to scripts
-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 |