diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 23:15:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-27 23:29:30 +0200 |
commit | e69f9385e451edab1c3ad5ea091eb75f6e8c5bc0 (patch) | |
tree | 783b69053fb3b6372bc577db4d233d2300c8bf30 /GNUmakefile | |
parent | 9bd44f525b8c97407e083697cf0b4fb7eab4e718 (diff) | |
download | fbida-e69f9385e451edab1c3ad5ea091eb75f6e8c5bc0.tar.gz |
move blob hexifxing to script
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8f688a8..048e17c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -187,8 +187,7 @@ 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,"' < $< > $@ - echo >> $@ # make gcc 3.x happy + scripts/hexify.sh $< $@ ida.o: Ida.ad.h logo.h |