summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e65d8473..979ca328 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,9 @@ all: $(ALL_TARGETS) ;
check: $(TEST_TARGETS)
-install_docs::
+# Install targets are in the make directory in the rules-specific make
+# fragments.
+
install: all
./mkinstalldirs $(DESTDIR)$(libdir)
./mkinstalldirs $(DESTDIR)$(bindir)