summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-22 18:24:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-22 18:24:03 +0000
commit0d090ef260d70d48ffbfec618e5e5454ea7badfb (patch)
tree88f85ff6528597dd8af7181c103a8123fd63e9e5 /Makefile
parentc45efc27a8f5a0e2e0d98c83d94a20e661d8472d (diff)
(%-lndist, %-clean, %-TAGS): Set no_deps in recursive make.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a610be31..9455b991 100644
--- a/Makefile
+++ b/Makefile
@@ -41,10 +41,10 @@ all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs))
$(MAKE) -C $* all
%-lndist: hurd-snap
- $(MAKE) -C $* lndist
+ $(MAKE) -C $* lndist no_deps=t
%-clean:
- $(MAKE) -C $* clean
+ $(MAKE) -C $* clean no_deps=t
%-relink:
$(MAKE) -C $* relink
@@ -53,7 +53,7 @@ all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs))
$(MAKE) -C $* install
%-TAGS:
- $(MAKE) -C $* TAGS
+ $(MAKE) -C $* TAGS no_deps=t
hurd-snap:
mkdir hurd-snap