* Makefile.in: Fix .SUFFIXES.

From-SVN: r19597
This commit is contained in:
Jason Merrill 1998-05-06 19:03:14 +00:00 committed by Jason Merrill
parent c400f7aea5
commit 024b565872
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed May 6 19:02:29 1998 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in: Fix .SUFFIXES.
Wed May 6 19:31:32 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/linux.h (ASM_COMMENT_START): Define as "#".

View File

@ -701,8 +701,10 @@ RECOG_H = recog.h gansidecl.h
# End of language makefile fragments.
#
# Avoid a lot of time thinking about remaking Makefile.in and *.def.
.SUFFIXES: .in .def
# The only suffixes we want for implicit rules are .c and .o, so clear
# the list and add them. This speeds up GNU Make, and allows -r to work.
.SUFFIXES:
.SUFFIXES: .c .o
Makefile: $(srcdir)/Makefile.in config.status $(srcdir)/version.c \
$(xmake_file) $(tmake_file) $(LANG_MAKEFILES)