summaryrefslogtreecommitdiff
blob: 5660f6cbec14dba2ff218620e9343144c1e22461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- Makefile.orig	2009-07-20 19:35:23.000000000 +0200
+++ Makefile	2009-07-20 19:35:31.000000000 +0200
@@ -35,11 +35,11 @@
 
 # Targets that do nothing other than descend.
 all install install-strip uninstall clean TAGS info dvi check:
-	$(DESCEND)
+	+$(DESCEND)
 
 # Targets that do just a little more than this.
 distclean mostlyclean:
-	$(DESCEND)
+	+$(DESCEND)
 	rm -f $(DIST).tar $(DIST).tar.gz $(DIST).tgz
 	rm -f Makefile.inc src/config.h src/config.h.in~
 	rm -f config.status config.cache config.log
--- src/Makefile.orig	2009-07-20 19:34:45.000000000 +0200
+++ src/Makefile	2009-07-20 19:34:56.000000000 +0200
@@ -33,7 +33,7 @@
 
 # All targets do nothing other than descend.
 all install install-strip uninstall clean TAGS info dvi check:
-	$(DESCEND)
+	+$(DESCEND)
 
 distclean mostlyclean maintainer-clean:
-	$(DESCEND)
+	+$(DESCEND)