aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index d304b02..9f1e816 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -104,8 +104,8 @@ tests: all
install: install-bin install-doc install-abs
install-bin:
- -install -d $(INSTALL_BIN)
- -install -m 644 $(LIBRARY_NAME).$(EXT) $(INSTALL_BIN)
+ -install -d $(INSTALL_DOC)
+ -install -m 644 $(LIBRARY_NAME).$(EXT) $(INSTALL_DOC)
install-doc:
-install -d $(INSTALL_DOC)