From 4e86a4c7599fea5f2104e1f56d87b5d373ccd304 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 2 Mar 2009 14:28:43 +0100 Subject: run make update-shave --- shave.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shave.in') diff --git a/shave.in b/shave.in index dc46ec96..174641e9 100644 --- a/shave.in +++ b/shave.in @@ -8,7 +8,7 @@ fi lt_unmangle () { - last_result=`echo $1 | $SED -e 's#.libs/##' -e 's#[0-9a-zA-Z_]\*_la-##'` + last_result=`echo $1 | $SED -e 's#.libs/##' -e 's#[0-9a-zA-Z_\-\.]*_la-##'` } # the tool to wrap (cc, cxx, ar, ranlib, ..) @@ -50,6 +50,12 @@ link,*) *,cc) Q=" CC " ;; +*,fc) + Q=" FC " + ;; +*,f77) + Q=" F77 " + ;; *,*) # should not happen Q=" CC " -- cgit