Make.proto
changeset 239 08feb469a0a7
parent 237 a4a7493e5fb1
child 240 e5d548ffc595
--- a/Make.proto	Tue Apr 02 23:30:48 1996 +0200
+++ b/Make.proto	Sun Apr 07 03:56:39 1996 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.40 1996-03-29 03:25:01 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.41 1996-04-07 01:56:39 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -22,7 +22,7 @@
 # not everything goes into the target library
 # ObjFLoader is optional
 #
-OBJFILES=`ls *.o                                 \
+LINKOBJS=`ls *.o                                 \
 	  |  grep -v ObjFLoader.$(O)             \
 	  |  grep -v libcompInit.$(O) | grep -v i_`
 
@@ -69,6 +69,9 @@
 ObjFLoader.$(O):
 	$(MAKE) $(SPEEDOPT_O_RULE) STCOPT="$(STCOPT)" SEPINITCODE=-sepInitCode OPT="$(OPT)" STFILE=ObjFLoader
 
+ObjFLoader.c:
+	$(MAKE) $(C_RULE) STCOPT="$(STCOPT)" SEPINITCODE=-sepInitCode OPT="$(OPT)" STFILE=ObjFLoader
+
 #
 # install the extra objects
 #