From 036f13b91f049f564a3a9803c4b01134df39ce29 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 5 Apr 1995 19:13:24 +0000 Subject: (clean): Only clean in working-prog-subdirs. --- Makefile | 4 ++-- 1 file 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)) -- cgit v1.2.3