Commit bf5582ec by David Billinghurst Committed by Toon Moene

Makefile.in: Explicitly generate a.out for check.

2001-01-24  David Billinghurst <David.Billinghurst@riotinto.com>

	* libU77/Makefile.in:  Explicitly generate a.out for check.

From-SVN: r39249
parent 3e882897
2001-01-24 David Billinghurst <David.Billinghurst@riotinto.com>
* libU77/Makefile.in: Explicitly generate a.out for check.
2001-01-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* libU77/ctime_.c: #include <sys/types.h> for time_t.
......
......@@ -172,7 +172,8 @@ alarm_.o: alarm_.c
datetime_.o: datetime_.c
check:
-$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f -lg2c $(LIBS) -lm && ./a.out
-$(G77DIR)g77 -B$(G77DIR) -L.. -g $(srcdir)/u77-test.f \
-lg2c $(LIBS) -lm -o a.out && ./a.out
rm -f a.out
install uninstall install-strip dist installcheck installdirs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment