changeset 916:76583cb0182f

Removed UNIX2OS9
author boisy
date Sat, 18 Jan 2003 22:31:07 +0000
parents d049083f7ab0
children 06b4b630cbaf
files level1/modules/makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/makefile	Sat Jan 18 20:04:13 2003 +0000
+++ b/level1/modules/makefile	Sat Jan 18 22:31:07 2003 +0000
@@ -37,7 +37,6 @@
 
 all:	$(ALLOBJS) $(HELP)
 	$(CHMOD) 755 $(ALLOBJS)
-	$(UNIX2OS9) $(HELP)
 	$(CHMOD) 644 $(HELP)
 
 # Special cases here
@@ -108,7 +107,6 @@
 
 clean:
 	$(RM) $(ALLOBJS)
-	$(OS92UNIX) $(HELP)
 
 identify:
 	$(IDENT_SHORT) $(ALLOBJS)