aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libU77/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libU77/Makefile.in')
-rw-r--r--libf2c/libU77/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libf2c/libU77/Makefile.in b/libf2c/libU77/Makefile.in
index 8554293..7d495b8 100644
--- a/libf2c/libU77/Makefile.in
+++ b/libf2c/libU77/Makefile.in
@@ -30,6 +30,7 @@ VPATH = @srcdir@
# gcc/f/runtime/configure sets this to all the -D options appropriate
# for the configuration.
DEFS = @DEFS@
+LIBS = @LIBS@
#### End of system configuration section. ####
@@ -142,7 +143,7 @@ lint:
lint $(ALL_CFLAGS) $(SRCS)
check:
- -$(G77DIR)g77 -B$(G77DIR) -ff90-intrinsics-enable -L.. -g $(srcdir)/u77-test.f $(lib) && ./a.out
+ -$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f $(LIBS) && ./a.out
rm -f a.out
.PHONY: lint check all