From 4585c2c1ed44957d0caa8436776826674ca93349 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Sep 2008 12:08:51 +0000 Subject: [PATCH] fix getext libtool fsckups SVN-Revision: 12456 --- libs/gettext/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/gettext/Makefile b/libs/gettext/Makefile index 8121ab0474..c01303fe36 100644 --- a/libs/gettext/Makefile +++ b/libs/gettext/Makefile @@ -43,7 +43,11 @@ CONFIGURE_ARGS += \ --without-emacs define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install + $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all +endef + +define Build/Install + $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install endef define Build/InstallDev -- 2.30.2