summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d0ffb6ff1..d3e0c7d6ff 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ doc/%.1: doc/%.pod
install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
ifeq ($(BUILD_SHARED),yes)
-install-progs: $(PROGS) install-libs
+install-progs: install-libs
endif
install-progs: $(PROGS)
install -d "$(BINDIR)"