OSDN Git Service

the Makefile.in still refers to elf2flt.sh.in:
authordavidm <davidm>
Tue, 14 Jul 2009 14:49:14 +0000 (14:49 +0000)
committerdavidm <davidm>
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 66ce5a6..2e6b9ea 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 $@