From 8af2303b131971f6a9d9f1706754d0db50f14a93 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 9 Oct 1996 02:42:55 +0000 Subject: ($(includedir)/$(installhdrsubdir), $(installationdirlist)): Suppress command echo (when mkinstalldirs actually does something, it prints the resulting commands itself). --- Makeconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 42fca7b3..5bfdd38f 100644 --- a/Makeconf +++ b/Makeconf @@ -159,7 +159,7 @@ install: $(libdir) $(includedir)/$(installhdrsubdir) $(addprefix $(libdir)/,$(ta install-headers: $(includedir)/$(installhdrsubdir) $(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs)) $(includedir)/$(installhdrsubdir): $(includedir) - $(MKINSTALLDIRS) $@ + @$(MKINSTALLDIRS) $@ # Arrange to have the headers installed locally anytime we build the library. # Not quite perfect, but at least it does end up getting done; and once done @@ -192,7 +192,7 @@ install-headers: # Making installation directories $(installationdirlist): %: - $(MKINSTALLDIRS) $@ + @$(MKINSTALLDIRS) $@ # Building the target ifeq ($(OBJS),) -- cgit v1.2.3