changeset 894:6d375fee85ec

Defsfile no longer generated, now in repository end of line conversion now done by os9 copy
author boisy
date Fri, 17 Jan 2003 20:46:19 +0000
parents 32cc80d36fc2
children d037028b866f
files level2/defs/makefile
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/level2/defs/makefile	Fri Jan 17 20:45:10 2003 +0000
+++ b/level2/defs/makefile	Fri Jan 17 20:46:19 2003 +0000
@@ -4,16 +4,13 @@
 
 DEFOPTS		= -ls -x -z -aLevel=2
 DEFSDIR		= $(BASEDIR)/defs
-DEFS		= Defsfile OS9Defs RBFDefs SCFDefs SysType
-ALLOBJS		= $(DEFS)
+PERMDEFS	= Defsfile
+DEFS		= OS9Defs RBFDefs SCFDefs SysType
+ALLOBJS		= $(DEFS) $(PERMDEFS)
 
 all:	$(ALLOBJS)
-	$(UNIX2OS9) $(DEFS)
 	$(CHMOD) 644 $(ALLOBJS)
 
-Defsfile: defsfile.asm
-	$(AS) $(DEFOPTS) -p $< > $@
-
 OS9Defs: $(DEFSDIR)/os9defs
 	$(AS) $(DEFOPTS) -aOS9DEFS=0 $< > $@