summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-20 00:30:34 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-20 00:30:34 +0000
commit09c24af9bfa6084babdcd1a6066c812bc2d4b2d1 (patch)
tree5bfb757ca52e36014de41655e73b6d91bbf8748b
parentf9fd452673017a7bca719650f3667aa4d1ff2d45 (diff)
downloadquilt-09c24af9bfa6084babdcd1a6066c812bc2d4b2d1.tar.gz
- Clear up the internal make rules so make -d is not so verbose.
-rw-r--r--Makefile.in10
-rw-r--r--quilt.changes5
2 files changed, 15 insertions, 0 deletions
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.%
diff --git a/quilt.changes b/quilt.changes
index 50b786a..7e2438a 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Jan 20 01:30:52 CET 2006 - jayvdb@gmail.com
+
+- Clear up the internal make rules so make -d is not so verbose.
+
+-------------------------------------------------------------------
Fri Jan 20 01:24:11 CET 2006 - agruen@suse.de
- Check if arguments to --with-<prog> exist, warn if they do not,