From 95520e6ff57a58ae82e4877b1ae389aa2011d2a0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sun, 14 Jul 1996 00:54:25 +0000 Subject: (install-hdrs) [library]: Depend on installed copies of headers. (install-hdrs): Provide default target. --- Makeconf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 14ccdc2e..2f4f9572 100644 --- a/Makeconf +++ b/Makeconf @@ -147,6 +147,8 @@ install libs: add-to-librecord add-to-librecord: $(targets) install: $(addprefix $(libdir)/,$(targets)) $(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs)) $(libdir) $(includedir) +install-hdrs:$(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs)) $(includedir) + # 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 # it never needs to be repeated for a particular header. @@ -174,6 +176,7 @@ endif # Provide default. install: +install-hdrs: # Making installation directories $(installationdirlist): %: -- cgit v1.2.3