Fixed for Ultrix: pass SUF
authorceriel <none@none>
Tue, 4 Dec 1990 11:42:25 +0000 (11:42 +0000)
committerceriel <none@none>
Tue, 4 Dec 1990 11:42:25 +0000 (11:42 +0000)
lang/cem/libcc.ansi/MakeArch
lang/cem/libcc.ansi/Makefile

index addd9a3..389363b 100755 (executable)
@@ -1,6 +1,6 @@
-# $Header$
-# This script makes an archive. The only option it knows is -o, which
-# creates a library.
+: $Header$
+: This script makes an archive. The only option it knows is -o, which
+: creates a library.
 
 rm -f OLIST
 
@@ -45,7 +45,7 @@ DIRS=`cat LIST`
 for i in $DIRS
 do
        cd $i
-       if make "MACH=$MACH" "MACHFL=$MACHFL" $AR -f ../Makefile
+       if make "MACH=$MACH" "MACHFL=$MACHFL" "SUF=$SUF" $AR -f ../Makefile
        then
                cd ..
                if [ $AR = tar ]
index 4667608..c891159 100644 (file)
@@ -35,7 +35,7 @@ tailcp: tail
        rm -f $(OLIB)
 
 lib:
-       MACH=$(MACH) MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) \
+       MACH=$(MACH) MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) SUF=$(SUF) \
                OLIB=$(OLIB) MakeArch -o
 
 ar aal arch: