mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 19:01:17 +08:00
* Makefile.in (all): Invoke $(MAKE) instead of just make.
From-SVN: r21152
This commit is contained in:
parent
e03f7a0e96
commit
0176af447d
@ -1,3 +1,7 @@
|
||||
Tue Jul 14 21:35:30 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
||||
|
||||
* Makefile.in (all): Invoke $(MAKE) instead of just make.
|
||||
|
||||
Tue Jul 14 02:16:34 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).
|
||||
|
@ -78,7 +78,7 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \
|
||||
# files which the $(LIBG2C) target checks in the sub-make. (Probably
|
||||
# only one stamp file is really needed.)
|
||||
all: i77 f77 u77 e77
|
||||
make $(FLAGS_TO_PASS) $(LIBG2C)
|
||||
$(MAKE) $(FLAGS_TO_PASS) $(LIBG2C)
|
||||
|
||||
i77 f77 u77: g2c.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user