diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2010-10-25 13:01:24 -0400 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2010-10-25 13:01:24 -0400 |
commit | 2b2233d423318993d0259431d2e41794f6a8d9f0 (patch) | |
tree | 084df117871d017ea5282ab3992f510d434bee42 /sample | |
parent | 778fcea7d4e3e2a595df0a18475d83d008216117 (diff) | |
download | syslinux-2b2233d423318993d0259431d2e41794f6a8d9f0.tar.gz |
sample/Makefile: re-add the include
Without the include, .ppm.gz to .lss messes up as $(GZIPPROG) is
not expanded properly
Diffstat (limited to 'sample')
-rw-r--r-- | sample/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/Makefile b/sample/Makefile index f1006ff9..d7f439ca 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -15,6 +15,7 @@ ## topdir = .. +include $(topdir)/MCONFIG.embedded PPMTOLSS16 = $(topdir)/utils/ppmtolss16 |