Revert previous changeset, as it could break libtool fixups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12854 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-10-04 16:47:00 +00:00
parent 2a6db6cd80
commit 9f76cd3d88

View File

@ -43,9 +43,11 @@ CONFIGURE_ARGS += \
--without-emacs --without-emacs
define Build/Compile define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \ $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all
DESTDIR="$(PKG_INSTALL_DIR)" \ endef
all install
define Build/Install
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
endef endef
define Build/InstallDev define Build/InstallDev