aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-27 19:33:03 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-27 19:33:03 +0200
commitb739de430878e48eb6b56cadbe59fc65bbf57d51 (patch)
tree3e7909bb8656970cd8bd62e870eb78c41cf358a7
parentb905fa921087b8ea2de8fdc2f7819cd3289d9e72 (diff)
downloadfbida-b739de430878e48eb6b56cadbe59fc65bbf57d51.tar.gz
move fallback.pl to scripts
-rw-r--r--GNUmakefile6
-rwxr-xr-xscripts/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