From f727e9457d98877e588bcaa787598910dfd03f04 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 8121ab047..c01303fe3 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