From d341ee09b591253ae63d6db2066b9db0533a8eb2 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 4 Oct 2008 16:47:00 +0000 Subject: [PATCH 1/1] Revert previous changeset, as it could break libtool fixups SVN-Revision: 12854 --- libs/gettext/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libs/gettext/Makefile b/libs/gettext/Makefile index aaaf9dc342..c01303fe36 100644 --- a/libs/gettext/Makefile +++ b/libs/gettext/Makefile @@ -43,9 +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