aboutsummaryrefslogtreecommitdiff
path: root/libf2c
diff options
context:
space:
mode:
authorDave Love <fx@gcc.gnu.org>1998-07-09 14:03:23 +0000
committerDave Love <fx@gcc.gnu.org>1998-07-09 14:03:23 +0000
commit43e6b44c59ba764ceecab2b4bfee447f77aacc82 (patch)
treea677f0c6d3b59bc294bead985121aa13e812e84d /libf2c
parent91d7e7acb18710023a59c44e2e817c02a4981808 (diff)
(check): Wrap -lg2c ...
(check): Wrap -lg2c ... -lm around $(LIBS) in case of static link. From-SVN: r21036
Diffstat (limited to 'libf2c')
-rw-r--r--libf2c/libU77/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/libU77/Makefile.in b/libf2c/libU77/Makefile.in
index 7d495b82833..4b803a8837f 100644
--- a/libf2c/libU77/Makefile.in
+++ b/libf2c/libU77/Makefile.in
@@ -143,7 +143,7 @@ lint:
lint $(ALL_CFLAGS) $(SRCS)
check:
- -$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f $(LIBS) && ./a.out
+ -$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f -lg2c $(LIBS) -lm && ./a.out
rm -f a.out
.PHONY: lint check all