From 5beb9b7ce7a07b61b661c5f4c3d33f543899d15b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 2 Oct 2011 18:44:28 +0000 Subject: updated single_install to use current sub install targets svn path=/trunk/externals/template/; revision=15446 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1