From a0f0ed075f62541d9820447126d72e0392b752c4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 May 1996 21:39:19 +0000 Subject: (install): Depend on $(includedir)/hurd and add rule to create it. --- hurd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/Makefile b/hurd/Makefile index f2785b1a..5d90db5b 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -25,5 +25,7 @@ LCLHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h include ../Makeconf # XXX not ideal -install: $(patsubst $(srcdir)/%,$(includedir)/hurd/%,$(hdrs)) +install: $(includedir)/hurd \ + $(patsubst $(srcdir)/%,$(includedir)/hurd/%,$(hdrs)) $(includedir)/hurd/%: $(srcdir)/%; $(INSTALL_DATA) $< $@ +$(includedir)/hurd:;mkdir -p $@ -- cgit v1.2.3