summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-04-05 19:13:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-04-05 19:13:24 +0000
commit036f13b91f049f564a3a9803c4b01134df39ce29 (patch)
treef53cdd2bf9a132fefc6bd4fd35433bc0f60d5f1a /Makefile
parent64b977b30929f1eeaa15a96056092e2b42cb1595 (diff)
(clean): Only clean in working-prog-subdirs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3499449b..2f533502 100644
--- a/Makefile
+++ b/Makefile
@@ -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))