diff options
Diffstat (limited to 'libf2c/libU77/Makefile.in')
-rw-r--r-- | libf2c/libU77/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libf2c/libU77/Makefile.in b/libf2c/libU77/Makefile.in index 85542932eeb..7d495b82833 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 |