* Make-lang.in (g77.o): Depend on prefix.h.

From-SVN: r24500
This commit is contained in:
Kaveh R. Ghazi 1999-01-05 19:15:33 +00:00 committed by Kaveh Ghazi
parent 7f7147c149
commit f9a95c4b39
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 5 22:12:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Make-lang.in (g77.o): Depend on prefix.h.
Fri Nov 27 13:10:32 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fini.c: Rename variable `spaces' to `xspaces' to avoid

View File

@ -92,7 +92,7 @@ g77version.o: $(srcdir)/f/version.c
# It'd be nice if we could find an easier way to do this---rather than have
# to track changes to the toplevel gcc Makefile as well.
# We depend on g77.c last, to make it obvious where it came from.
g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c
g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h
case "$(LANGUAGES)" in \
*[fF]77*) touch lang-f77;; \
*) rm -f lang-f77;; \