aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-02 18:44:28 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-02 18:44:28 +0000
commit5beb9b7ce7a07b61b661c5f4c3d33f543899d15b (patch)
treea3d23475ff71d597b237c61d7c14af54d0532fc1
parent0ea54b6e610b430ab7941ed8f56e7a930de01106 (diff)
updated single_install to use current sub install targets
svn path=/trunk/externals/template/; revision=15446
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a323fbc..9eda2ea 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ libdir_install: $(SOURCES:.c=.$(EXTENSION)) install-doc install-examples install
$(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
# install library linked as single binary
-single_install: $(LIBRARY_NAME) install-doc install-exec
+single_install: $(LIBRARY_NAME) install-doc install-examples install-manual
$(INSTALL_DIR) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(INSTALL_PROGRAM) $(LIBRARY_NAME).$(EXTENSION) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)
$(STRIP) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/$(LIBRARY_NAME).$(EXTENSION)