Mercurial > hg > Members > kono > nitros9-code
changeset 934:20d2c52a3170
Fixed integration with level1/SYS files
author | boisy |
---|---|
date | Tue, 21 Jan 2003 01:53:46 +0000 |
parents | 6e9a52d36607 |
children | 6a26cab206d2 |
files | level2/sys/makefile |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/sys/makefile Tue Jan 21 01:48:51 2003 +0000 +++ b/level2/sys/makefile Tue Jan 21 01:53:46 2003 +0000 @@ -2,9 +2,9 @@ DEPENDS = ./Makefile -SYSFILES = errmsg LogBook password motd -SYSWINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs -L1SYSFILES = errmsg +SYSTXTFILES = LogBook motd +SYSBINFILES = stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs +L1TXTFILES = errmsg password 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 \ @@ -21,8 +21,8 @@ HELPMSG = helpmsg -TEXTFILES = $(HELPMSG) $(SYSFILES) -BINFILES = $(SYSWINFILES) +TEXTFILES = $(SYSTXTFILES) $(HELPMSG) $(L1TXTFILES) +BINFILES = $(SYSBINFILES) ALLOBJS = $(TEXTFILES) $(BINFILES) all: $(ALLOBJS) $(DEPENDS) @@ -34,11 +34,11 @@ $(L1HELPFILES): $(LEVEL1)/SYS/$@ -$(SOFTLINK) $(LEVEL1)/SYS/$@ -$(L1SYSFILES): $(LEVEL1)/SYS/$@ +$(L1TXTFILES): $(LEVEL1)/SYS/$@ -$(SOFTLINK) $(LEVEL1)/SYS/$@ clean: - $(RM) $(HELPMSG) $(L1HELPFILES) + $(RM) $(HELPMSG) $(L1HELPFILES) $(L1TXTFILES) showbinobjs: @$(ECHO) $(BINFILES)