aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-02 10:11:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-05-02 10:11:16 +0000
commit210205f55dcd8055bf0fa916202eb6e7eeaa4275 (patch)
treec20749e051950378aa97cc7d88c3d2a29c9fc32f /src/Makefile
parent4e4a3922b02d5fe62e4411e2b17bd47c9e33da47 (diff)
install the binary into extra/iemmatrix/
svn path=/trunk/externals/iem/iemmatrix/; revision=9753
Diffstat (limited to 'src/Makefile')
-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)