diff options
Diffstat (limited to 'gcc/f/Make-lang.in')
-rw-r--r-- | gcc/f/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in index 8544f1ca3c7..df0a0a92fce 100644 --- a/gcc/f/Make-lang.in +++ b/gcc/f/Make-lang.in @@ -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;; \ |