diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-08-22 14:42:40 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-08-22 14:42:40 -0700 |
commit | 22a37e436ec3b84ba6dadb44952b0535f96a213c (patch) | |
tree | f295bff4f5d3861ea4778a155caf1b222114d353 /MCONFIG | |
parent | bd09a6d828fa492aed4406adde6c412e0e5c640d (diff) | |
download | syslinux-22a37e436ec3b84ba6dadb44952b0535f96a213c.tar.gz |
Clean up embedded Makefile targets; fix build failure
Unify common pieces to "embedded" targets (those that produce code
that runs neither in the host nor in a com32 environment); this fixes
the broken sample/ directory Makefile.
Diffstat (limited to 'MCONFIG')
-rw-r--r-- | MCONFIG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,3 +50,5 @@ NM = nm RANLIB = ranlib GZIPPROG = gzip PNGTOPNM = pngtopnm + +com32 = $(topdir)/com32 |