summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-14 01:02:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-14 01:02:41 +0000
commit24cd4d39025695c0723a811ae70def08204bb423 (patch)
treec7432e84b4b08079cb6ab6038fd2ab5312d72517 /include
parent6e12e5823c3ffb04ebc815ccd1b80d9de7bd091c (diff)
(DIST_FILES):
Diffstat (limited to 'include')
-rw-r--r--include/Makefile9
1 files changed, 1 insertions, 8 deletions
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 $@