changed Makefile again

This commit is contained in:
eck
1989-12-19 15:06:03 +00:00
parent 651a5f5f1b
commit 2e7ea9a523
17 changed files with 34 additions and 270 deletions

View File

@@ -17,7 +17,7 @@ case $# in
exit 1
fi
AR=$ASAR
echo 'rv $OLIB' > OLIST
echo "rv $OLIB" > OLIST
;;
*)
echo $0: too many arguments >&2
@@ -36,6 +36,7 @@ then
echo LIST >> OLIST
echo MakeArch >> OLIST
echo Makefile >> OLIST
echo make.proto >> OLIST
fi
DIRS=`cat LIST`
@@ -60,6 +61,5 @@ do
fi
done
#echo $AR `cat OLIST`
$AR `cat OLIST`
${RANLIB-:} $OLIB