]> git.wh0rd.org Git - elf2flt.git/commit
the Makefile.in still refers to elf2flt.sh.in:
authorDavid McCullough <davidm@snapgear.com>
Tue, 14 Jul 2009 14:49:14 +0000 (14:49 +0000)
committerDavid McCullough <davidm@snapgear.com>
Tue, 14 Jul 2009 14:49:14 +0000 (14:49 +0000)
commit4fc877419b26de5bd6fe64e3c5ad4ca27e56dd49
tree4506d9d1ded23f12d8b6752b86b43e10e4b621b2
parent7b81badd89d828ac4d2ffa235367fa10c40652df
the Makefile.in still refers to elf2flt.sh.in:
ld-elf2flt.sh: $(srcdir)/ld-elf2flt.sh.in

that should be:
ld-elf2flt.sh: $(srcdir)/ld-elf2flt.in

the shell script is generated without +x bits, but that is fixed
during the install step ... so probably not a real big problem

Mike Frysinger <vapier.adi@gmail.com>
Makefile.in