* Make-lang.in (g77.o): Depend on prefix.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 5 Jan 1999 19:15:33 +0000 (19:15 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 5 Jan 1999 19:15:33 +0000 (19:15 +0000)
From-SVN: r24500

gcc/f/ChangeLog
gcc/f/Make-lang.in

index 624de916e4782fcab8adec399362fe870ee68f6e..00790ebe52242754dee8c75bb90e97c432d25b89 100644 (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
index 8544f1ca3c7ac9b0832d3f92d40cd9d2773cbd41..df0a0a92fce3c8050d56b784ce9c54c8fb97a77f 100644 (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;; \