]> git.wh0rd.org Git - elf2flt.git/commitdiff
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)
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

index 66ce5a659a1493592bdc3fcca84e3a77447c32c1..2e6b9ea0e31973d0bf547cd62ee8cc6b95ba3749 100644 (file)
@@ -79,8 +79,9 @@ $(PROG_FLTHDR): flthdr.o compress.o stubs.o
 ld-elf2flt$(EXEEXT): ld-elf2flt.o stubs.o
        $(link)
 
-ld-elf2flt.sh: $(srcdir)/ld-elf2flt.sh.in
+ld-elf2flt.sh: $(srcdir)/ld-elf2flt.in
        ./config.status $@
+       chmod 755 $@
 
 Makefile: $(srcdir)/Makefile.in
        ./config.status $@