diff options
author | Neil Booth <neil@gcc.gnu.org> | 2003-03-11 21:33:34 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-03-11 21:33:34 +0000 |
commit | e24c3d715a19801f1ce098c55f1a05fa67b75289 (patch) | |
tree | e480c980968ee02abc133c45c222fef75d3680d1 /gcc/Makefile.in | |
parent | 4959aa5e61cc65603608d82045f7376b650dccdd (diff) | |
download | gcc-e24c3d715a19801f1ce098c55f1a05fa67b75289.zip gcc-e24c3d715a19801f1ce098c55f1a05fa67b75289.tar.gz gcc-e24c3d715a19801f1ce098c55f1a05fa67b75289.tar.bz2 |
* Makefile.in: Fix typo.
From-SVN: r64190
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 69c1c10..c59c12f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1285,7 +1285,7 @@ c-opts.o : c-opts.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(C_CO c-cppbuiltin.o : c-cppbuiltin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(TREE_H) $(C_COMMON_H) c-pragma.h flags.h toplev.h langhooks.h \ - output.h except.h real.$(TM_P_H) + output.h except.h real.h $(TM_P_H) # A file used by all variants of C and some other languages. |