[syslinux:master] diag/geodsp: fix .img target in Makefile

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sat Jan 18 08:51:03 PST 2014


Commit-ID:  a876c3b2f7f130c732e0c94b21b7be101bc05c0d
Gitweb:     http://www.syslinux.org/commit/a876c3b2f7f130c732e0c94b21b7be101bc05c0d
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sat, 18 Jan 2014 11:48:30 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sat, 18 Jan 2014 11:48:30 -0500

diag/geodsp: fix .img target in Makefile

Accomodates the per-firmware object directory support

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 diag/geodsp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index 177d206..3fee73d 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -40,7 +40,7 @@ all: $(BTARGET)
 
 # in case someone really wants these without needing a decompressor
 %.img: %.bin mk-lba-img.pl
-	$(PERL) mk-lba-img.pl $< > $@ || ( rm -f $@ ; false )
+	$(PERL) $(SRC)/mk-lba-img.pl $< > $@ || ( rm -f $@ ; false )
 
 %.bin: %.asm $(coredir)/writehex.inc $(coredir)/macros.inc $(coredir)/diskboot.inc
 	$(NASM) $(NASMOPT) -o $@ -l $(@:.bin=.lst) $<


More information about the Syslinux-commits mailing list