diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-05 19:13:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-05 19:13:24 +0000 |
commit | 036f13b91f049f564a3a9803c4b01134df39ce29 (patch) | |
tree | f53cdd2bf9a132fefc6bd4fd35433bc0f60d5f1a /Makefile | |
parent | 64b977b30929f1eeaa15a96056092e2b42cb1595 (diff) |
(clean): Only clean in working-prog-subdirs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# Copyright (C) 1993, 1994 Free Software Foundation +# Copyright (C) 1993, 1994, 1995 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -60,7 +60,7 @@ dist: hurd-snap $(addsuffix -lndist,$(filter-out $(subdirs-nodist), $(subdirs))) tar cfz hurd-snap.tar.gz hurd-snap rm -rf hurd-snap -clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(prog-subdirs)) +clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(working-prog-subdirs)) relink: $(addsuffix -relink,$(prog-subdirs)) |