From 87095dc9a63fa033e6178b41a574c55f7a9ae27c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 11 Apr 1995 18:59:03 +0000 Subject: (all, install): Do lib-subdirs too. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2ecc19d..e442367b 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ working-prog-subdirs := $(filter-out \ $(prog-subdirs)) DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL -all: $(addsuffix -all,$(working-prog-subdirs)) +all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) %-all: $(MAKE) -C $* all @@ -65,6 +65,6 @@ clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(working-prog-subd relink: $(addsuffix -relink,$(prog-subdirs)) -install: $(addsuffix -install,$(working-prog-subdirs)) +install: $(addsuffix -install,$(lib-subdirs) $(working-prog-subdirs)) TAGS: $(addsuffix -TAGS,$(prog-subdirs) $(lib-subdirs)) -- cgit v1.2.3