(check): Wrap -lg2c ...

(check): Wrap -lg2c ... -lm around $(LIBS) in
case of static link.

From-SVN: r21036
This commit is contained in:
Dave Love 1998-07-09 14:03:23 +00:00
parent 91d7e7acb1
commit 43e6b44c59
1 changed files with 1 additions and 1 deletions

View File

@ -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