[syslinux:master] diag/geodsp: fix Makefile

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


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

diag/geodsp: fix Makefile

Correct merge f88b4f47

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

---
 diag/geodsp/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index 2fd05c9..177d206 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -33,14 +33,14 @@ all: $(BTARGET)
 
 # Higher compression levels result in larger files
 %.img.xz: %.bin mk-lba-img.pl
-	$(PERL) $(SRC)/mk-lba-img $< | $(XZ) -0 > $@ || ( rm -f $@ ; false )
+	$(PERL) $(SRC)/mk-lba-img.pl $< | $(XZ) -0 > $@ || ( rm -f $@ ; false )
 
 %.img.gz: %.bin mk-lba-img.pl
-	$(PERL) $(SRC)/mk-lba-img $< | $(GZIPPROG) -9 > $@ || ( rm -f $@ ; false )
+	$(PERL) $(SRC)/mk-lba-img.pl $< | $(GZIPPROG) -9 > $@ || ( rm -f $@ ; false )
 
 # in case someone really wants these without needing a decompressor
 %.img: %.bin mk-lba-img.pl
-	$(PERL) mk-lba-img $< > $@ || ( rm -f $@ ; false )
+	$(PERL) 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