Use ASAR instead of AR
This commit is contained in:
parent
19a47cfa52
commit
237fb752e5
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ tail:
|
||||||
do echo $$i/$$j >> OLIST ; \
|
do echo $$i/$$j >> OLIST ; \
|
||||||
done ; \
|
done ; \
|
||||||
done
|
done
|
||||||
$(AR) r tail_ac `cat OLIST`
|
$(ASAR) r tail_ac `cat OLIST`
|
||||||
$(RANLIB) tail_ac
|
$(RANLIB) tail_ac
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
|
|
@ -29,7 +29,7 @@ tail:
|
||||||
do echo $$i/$$j >> OLIST ; \
|
do echo $$i/$$j >> OLIST ; \
|
||||||
done ; \
|
done ; \
|
||||||
done
|
done
|
||||||
$(AR) r tail_f77 `cat OLIST`
|
$(ASAR) r tail_f77 `cat OLIST`
|
||||||
$(RANLIB) tail_f77
|
$(RANLIB) tail_f77
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
|
Loading…
Add table
Reference in a new issue