You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/primegen/files/primegen-0.97-respect-ar-ra...

19 lines
315 B

--- a/make-makelib.sh
+++ b/make-makelib.sh
@@ -1,6 +1,6 @@
echo 'main="$1"; shift'
echo 'rm -f "$main"'
-echo 'ar cr "$main" ${1+"$@"}'
+echo '${AR} cr "$main" ${1+"$@"}'
case "$1" in
sunos-5.*) ;;
@@ -11,6 +11,6 @@
hp-ux-*) ;;
sco*) ;;
*)
- echo 'ranlib "$main"'
+ echo '${RANLIB} "$main"'
;;
esac