diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-19 04:54:06 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-19 04:54:06 +0000 |
commit | b479648ff755ee2f28ce987cd92b0d37fc106eef (patch) | |
tree | 2799b42a919b53c43dc29ca8a75f4d2eb45b8211 /libf2c/Makefile.in | |
parent | 1100a01a4af8c8a84681d6e9733c9d7fe1ecd51b (diff) | |
download | gcc-b479648ff755ee2f28ce987cd92b0d37fc106eef.tar.gz |
(all): Depend on s-libe77, not e77.
(.PHONY): Remove e77.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21279 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r-- | libf2c/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index 12e68a7e5c6..92d4a33fb84 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -74,10 +74,10 @@ F2CEXT = abort derf derfc ef1asc ef1cmc erf erfc exit getarg getenv iargc \ secnds second sleep srand stat symlnk time ttynam umask unlink \ vxtidt vxttim alarm -# These dependencies can be satisfied in parallel. They update stamp -# files which the $(LIBG2C) target checks in the sub-make. (Probably -# only one stamp file is really needed.) -all: i77 f77 u77 e77 +# These dependencies can be satisfied in parallel. The [fiu]77 +# targets update stamp files which the $(LIBG2C) target checks in the +# sub-make. (Probably only one stamp file is really needed.) +all: i77 f77 u77 s-libe77 $(MAKE) $(FLAGS_TO_PASS) $(LIBG2C) i77 f77 u77: g2c.h @@ -181,5 +181,5 @@ maintainer-clean: rebuilt: ${srcdir}/configure .PHONY: rebuilt mostlyclean clean distclean maintainer-clean all \ - i77 f77 u77 e77 check uninstall install-strip dist \ + i77 f77 u77 check uninstall install-strip dist \ installcheck installdirs |