fix getext libtool fsckups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12456 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-09-01 12:08:51 +00:00
parent 3b7b14dc11
commit 18dc1eb462

View File

@ -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