From 09c24af9bfa6084babdcd1a6066c812bc2d4b2d1 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 20 Jan 2006 00:30:34 +0000 Subject: - Clear up the internal make rules so make -d is not so verbose. --- Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1020e6d..4a41fc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -380,3 +380,13 @@ uninstall :: endif .PHONY :: all install uninstall clean distclean + +# Clear the suffix list +.SUFFIXES: +.SUFFIXES: .c .o .in +# Bad gmake, never *ever* try to get a file out of source control by yourself. +%: %,v +%: RCS/%,v +%: RCS/% +%: s.% +%: SCCS/s.% -- cgit