[syslinux:master] sample/Makefile: re-add the include

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Sun Nov 14 12:55:20 PST 2010


Commit-ID:  2b2233d423318993d0259431d2e41794f6a8d9f0
Gitweb:     http://syslinux.zytor.com/commit/2b2233d423318993d0259431d2e41794f6a8d9f0
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Mon, 25 Oct 2010 13:01:24 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 25 Oct 2010 13:01:24 -0400

sample/Makefile: re-add the include

Without the include, .ppm.gz to .lss messes up as $(GZIPPROG) is
not expanded properly


---
 sample/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sample/Makefile b/sample/Makefile
index f1006ff..d7f439c 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -15,6 +15,7 @@
 ##
 
 topdir = ..
+include $(topdir)/MCONFIG.embedded
 
 PPMTOLSS16 = $(topdir)/utils/ppmtolss16
 



More information about the Syslinux-commits mailing list