From 24cd4d39025695c0723a811ae70def08204bb423 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sun, 14 Jul 1996 01:02:41 +0000 Subject: (DIST_FILES): --- include/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index 35d8052d..f4113d99 100644 --- a/include/Makefile +++ b/include/Makefile @@ -21,14 +21,7 @@ dir := include makemode := misc -hdrs = $(wildcard $(srcdir)/*.h) -DIST_FILES = $(hdrs) -LCLHDRS = +DIST_FILES = $(notdir $(wildcard $(srcdir)/*.h)) include ../Makeconf -# XXX not ideal -install-hdrs install: $(includedir) \ - $(patsubst $(srcdir)/%,$(includedir)/%,$(hdrs)) -$(includedir)/%: $(srcdir)/%; $(INSTALL_DATA) $< $@ -$(includedir):;mkdir -p $@ -- cgit v1.2.3