Mercurial > hg > Members > kono > nitros9-code
changeset 1961:3b5fa2f1173d
Missing \ in helpmsg was generating make error 10
author | robert |
---|---|
date | Fri, 23 Dec 2005 02:53:15 +0000 |
parents | 6378546dc96c |
children | bb1b40b486e9 |
files | level1/sys/makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/sys/makefile Fri Dec 23 02:28:50 2005 +0000 +++ b/level1/sys/makefile Fri Dec 23 02:53:15 2005 +0000 @@ -6,7 +6,7 @@ HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \ dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \ - dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp + dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \ edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \ help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \ list.hp load.hp login.hp makdir.hp \ @@ -19,7 +19,7 @@ ALLOBJS = $(SYSFILES) $(HELPMSG) -all: $(ALLOBJS) +all: $(ALLOBJS) $(DEPENDS) alldragon: $(ALLOBJS)