changeset 431:e35722b2087e

Changed order of shell/utilpak1
author boisy
date Sun, 22 Sep 2002 17:03:50 +0000
parents a71313ae3643
children 03c6934e5d62
files level2/cmds/makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level2/cmds/makefile	Sun Sep 22 16:56:59 2002 +0000
+++ b/level2/cmds/makefile	Sun Sep 22 17:03:50 2002 +0000
@@ -41,10 +41,10 @@
 	-$(SOFTLINK) $(LEVEL1)/CMDS/$@
 
 clean:
-	$(RM) $(ALLOBJS) $(LEVEL1FILES) shell utilpak1
+	$(RM) shell utilpak1 $(ALLOBJS) $(LEVEL1FILES)
 
 showobjs:
-	@$(ECHO) $(ALLOBJS) shell utilpak1
+	@$(ECHO) shell utilpak1 $(ALLOBJS)
 
 identify:
 	$(IDENT_SHORT) $(ALLOBJS)