diff 3rdparty/packages/cc/makefile @ 1126:85eed1cde1b7

attr used throughout the makefiles now
author boisy
date Sun, 13 Apr 2003 23:42:51 +0000
parents c2b85c18a13a
children c847e6ee341d
line wrap: on
line diff
--- a/3rdparty/packages/cc/makefile	Sun Apr 13 22:35:00 2003 +0000
+++ b/3rdparty/packages/cc/makefile	Sun Apr 13 23:42:51 2003 +0000
@@ -27,7 +27,7 @@
 	$(MAKDIR) $(DISK),SOURCES
 	$(MAKDIR) $(DISK),SOURCES/SYS
 	$(CP) $(CMDS) $(DISK),CMDS
-	$(foreach file, $(CMDS), $(OS9ATTR) $(DISK),CMDS/$(file) -epe -pr;)
+	$(foreach file, $(CMDS), $(OS9ATTR_EXEC) $(DISK),CMDS/$(file);)
 	$(CPL) DEFS/*.h $(DISK),DEFS
 	$(CP) LIB/*.l LIB/*.r $(DISK),LIB
 	$(CPL) SOURCES/*.c $(DISK),SOURCES