mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 02:50:29 +08:00
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
This commit is contained in:
parent
3e882897a0
commit
bf5582ec66
@ -1,3 +1,7 @@
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user