summaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-01 03:01:41 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-01 03:01:41 +0000
commiteaaacfaf0ed23ba55cfe84bb545703a4ff06dfa9 (patch)
treee538ecce84f9bc8fc0ca8214c449b90b65b6b248 /include/Makefile
parentd74586f4e6d0688dfce0b662df60ee443c1cb91e (diff)
2002-05-01 Marcus Brinkmann <marcus@gnu.org>
* Makefile (install): New target, same as install-headers.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index d56f640f..b923a1a2 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -28,7 +28,7 @@ LCLHDRS := $(patsubst $(srcdir)/%,%,$(wildcard $(srcdir)/*.h $(srcdir)/*/*.h))
include ../Makeconf
-install-headers: $(installhdrs:%=$(includedir)/%)
+install-headers install: $(installhdrs:%=$(includedir)/%)
$(includedir)/%: $(srcdir)/%
@$(MKINSTALLDIRS) $(@D)
$(INSTALL_DATA) $< $@