Mercurial > hg > Members > kono > nitros9-code
diff level2/sys/makefile @ 932:8aa4ea7f358e
errmsg now linked from level1/SYS
author | boisy |
---|---|
date | Tue, 21 Jan 2003 01:47:24 +0000 |
parents | ae7f3e871f4a |
children | 20d2c52a3170 |
line wrap: on
line diff
--- a/level2/sys/makefile Tue Jan 21 01:39:33 2003 +0000 +++ b/level2/sys/makefile Tue Jan 21 01:47:24 2003 +0000 @@ -4,6 +4,7 @@ SYSFILES = errmsg LogBook password motd SYSWINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs +L1SYSFILES = errmsg L1HELPFILES = asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \ chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \ dcheck.hp debug.hp deiniz.hp del.hp deldir.hp dir.hp \ @@ -33,6 +34,9 @@ $(L1HELPFILES): $(LEVEL1)/SYS/$@ -$(SOFTLINK) $(LEVEL1)/SYS/$@ +$(L1SYSFILES): $(LEVEL1)/SYS/$@ + -$(SOFTLINK) $(LEVEL1)/SYS/$@ + clean: $(RM) $(HELPMSG) $(L1HELPFILES)