Make.proto
changeset 348 fcce64658f79
parent 340 fcc2a3a1ced3
child 351 d2b1bf2c8572
--- a/Make.proto	Wed Oct 02 16:44:21 1996 +0200
+++ b/Make.proto	Tue Oct 08 13:41:06 1996 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.46 1996-09-16 19:59:21 cg Exp $
+# $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.47 1996-10-08 11:41:06 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -23,9 +23,11 @@
 # not everything goes into the target library
 # ObjFLoader is optional
 #
-LINKOBJS=`ls *.o                                 \
-	  |  grep -v ObjFLoader.$(O)             \
-	  |  grep -v libcompInit.$(O) | grep -v i_`
+LINKOBJS=`ls *.o                     \
+	  | grep -v ObjFLoader.$(O)  \
+	  | grep -v libcompInit.$(O) \
+	  | grep -v i_ 		     \
+	  | tr '\n' ' ' `
 
 #
 # these are uncritical - save some bytes by compiling with optspace