Commit cb7c0b5a by Matt Kraai Committed by Matt Kraai

* Makefile.in: Fix comment typos.

From-SVN: r77806
parent 45f9877a
2004-02-14 Matt Kraai <kraai@alumni.cmu.edu>
* Makefile.in: Fix comment typos.
2004-02-14 Olivier Hainque <hainque@act-europe.fr> 2004-02-14 Olivier Hainque <hainque@act-europe.fr>
* loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
......
...@@ -2655,7 +2655,7 @@ TEXI_GCCINSTALL_FILES = install.texi install-old.texi fdl.texi ...@@ -2655,7 +2655,7 @@ TEXI_GCCINSTALL_FILES = install.texi install-old.texi fdl.texi
TEXI_CPPINT_FILES = cppinternals.texi TEXI_CPPINT_FILES = cppinternals.texi
# The *.1, *.7, *.info, and *.dvi files are being generated from implicit # The *.1, *.7, *.info, and *.dvi files are being generated from implicit
# patterns. To use them, put each of the specific target with with their # patterns. To use them, put each of the specific targets with its
# specific dependencies but no build commands. # specific dependencies but no build commands.
doc/cpp.info: $(TEXI_CPP_FILES) doc/cpp.info: $(TEXI_CPP_FILES)
...@@ -2720,7 +2720,7 @@ doc/%.7: %.pod ...@@ -2720,7 +2720,7 @@ doc/%.7: %.pod
cpp.pod: cpp.texi cppenv.texi cppopts.texi cpp.pod: cpp.texi cppenv.texi cppopts.texi
# These next rules exist because the output name is not the same as # These next rules exist because the output name is not the same as
# the input name, so our implict %.pod rule will not work. # the input name, so our implicit %.pod rule will not work.
gcc.pod: invoke.texi cppenv.texi cppopts.texi gcc.pod: invoke.texi cppenv.texi cppopts.texi
$(STAMP) $@ $(STAMP) $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment