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