Fixed for Ultrix: pass SUF

This commit is contained in:
ceriel 1990-12-04 11:42:25 +00:00
parent 8468609eda
commit 2dbe465c0d
2 changed files with 5 additions and 5 deletions

View file

@ -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 ]

View 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: