summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-04-08 23:09:28 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-04-08 23:09:28 +0200
commitbe3b9345f2c7c04fd91aab7fad72e0024e364218 (patch)
tree91f662f2361daf4cae0c50cee430dd2bef508f63
parent94a3d5a0b5591ef065f86912948a79cf8b007b13 (diff)
* Makefile (clean): Recurse into all subdirs.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ff35263..8df266f2 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ dist: $(srcdir)/hurd-snap $(addsuffix -lndist,$(filter-out $(subdirs-nodist), $(
cd $(srcdir); tar cfz $(dirname)-$(version).tar.gz $(dirname)-$(version)
rm -rf $(srcdir)/$(dirname)-$(version)
-clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(working-prog-subdirs)) clean-misc
+clean: $(addsuffix -clean,$(subdirs)) clean-misc
relink: $(addsuffix -relink,$(lib-subdirs) $(prog-subdirs))