diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-08 23:09:28 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-04-08 23:09:28 +0200 |
commit | be3b9345f2c7c04fd91aab7fad72e0024e364218 (patch) | |
tree | 91f662f2361daf4cae0c50cee430dd2bef508f63 /Makefile | |
parent | 94a3d5a0b5591ef065f86912948a79cf8b007b13 (diff) |
* Makefile (clean): Recurse into all subdirs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |