Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/packages/multivue/makefile @ 2346:fb1c0a45f28e
Fix for /bin/sh: command substitution: line 0: unexpected EOF
while looking for matching `'' - in make dsk
author | chawks4 |
---|---|
date | Sat, 16 Jan 2010 18:22:49 +0000 |
parents | d096a278e068 |
children | 2626a34f4929 7f7274884574 |
line wrap: on
line diff
--- a/3rdparty/packages/multivue/makefile Sat Jan 16 16:31:18 2010 +0000 +++ b/3rdparty/packages/multivue/makefile Sat Jan 16 18:22:49 2010 +0000 @@ -4,11 +4,11 @@ DSK63_FLOPPY = multivue_6309.dsk DSK68_DW3 = multivue_6809_dw3.dsk DSK63_DW3 = multivue_6309_dw3.dsk -CMDS68 = $(shell $(CD) cmds_6809; make showobjs) -CMDS63 = $(shell $(CD) cmds_6309; make showobjs) +CMDS68 = $(shell $(CD) cmds_6809; make --no-print-directory showobjs) +CMDS63 = $(shell $(CD) cmds_6309; make --no-print-directory showobjs) ICONS = icon.demo -SYSBIN = $(shell $(CD) sys; make showbinobjs) -SYSTEXT = $(shell $(CD) sys; make showtextobjs) +SYSBIN = $(shell $(CD) sys; make --no-print-directory showbinobjs) +SYSTEXT = $(shell $(CD) sys; make --no-print-directory showtextobjs) DEMO = aif.dmo ROOTFILES = startup