summaryrefslogtreecommitdiff
path: root/makefiles/gmake/install.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-18 13:00:45 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-18 13:00:45 +0100
commitda1b50e2830452d08649c7c71ce07367b9ad75e6 (patch)
treef3138a1a667bfa1ae52146a8780da64727405f45 /makefiles/gmake/install.mk
parent6ce34263d161c066e3f3347cb83626b13753818b (diff)
downloadwolfbones-da1b50e2830452d08649c7c71ce07367b9ad75e6.tar.gz
wolfbones-da1b50e2830452d08649c7c71ce07367b9ad75e6.tar.bz2
fixed more gettext stuff (installation, generation), also fixed src/GNUMakefile (LIBS)
Diffstat (limited to 'makefiles/gmake/install.mk')
-rw-r--r--makefiles/gmake/install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/install.mk b/makefiles/gmake/install.mk
index 4f1e1e5..225c999 100644
--- a/makefiles/gmake/install.mk
+++ b/makefiles/gmake/install.mk
@@ -27,4 +27,4 @@ install_recursive:
@test -z "$(SUBDIRS)" || ( set -e; for d in $(SUBDIRS)""; do \
(set -e; $(MAKE) -C $$d install || exit 1); done)
-install: install_recursive local_install
+install: install_recursive local_install install_po