Mercurial > hg > Members > kono > nitros9-code
changeset 356:665287f6d3fd
Slight changes to use new macros
author | boisy |
---|---|
date | Thu, 25 Jul 2002 17:28:45 +0000 |
parents | 71b60814fb01 |
children | b07adc363371 |
files | level2/cmds/makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/makefile Thu Jul 25 14:38:48 2002 +0000 +++ b/level2/cmds/makefile Thu Jul 25 17:28:45 2002 +0000 @@ -16,7 +16,7 @@ UTILPAK1 = attr deldir dump free ident pwd pxd rename setime \ sleep verify wcreate xmode -LEVEL1FILES = binex.asm attr.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ +LEVEL1FILES = attr.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ dir.asm display.asm dump.asm echo.asm error.asm exbin.asm free.asm gfx.asm help.asm ident.asm iniz.asm inkey.asm link.asm \ list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pwd.asm pxd.asm rename.asm \ save.asm setime.asm sleep.asm tee.asm tmode.asm tuneport.asm tsmon.asm verify.asm xmode.asm @@ -39,8 +39,8 @@ @ls -l $@ @$(ECHO) -$(LEVEL1FILES): ../../level1/CMDS/$@ - -$(SOFTLINK) ../../level1/CMDS/$@ +$(LEVEL1FILES): $(LEVEL1)/CMDS/$@ + -$(SOFTLINK) $(LEVEL1)/CMDS/$@ clean: $(RM) $(ALLOBJS) $(LEVEL1FILES) shell utilpak1