X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Fwx200d%2FMakefile;h=c33d071188839beb3ae3d3cd4d31cfd5ac4e58e4;hb=4fee465f5781c264ffa89be15e57e365f94218ea;hp=7ab6592a8bfb2d02d0f7919c46592d0b87b1d8d1;hpb=25b680300e4045f2715128a41efe215ec8689568;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/wx200d/Makefile b/utils/wx200d/Makefile index 7ab6592a8b..c33d071188 100644 --- a/utils/wx200d/Makefile +++ b/utils/wx200d/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -16,8 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/wx200d PKG_MD5SUM:=0f90c099dddcdd46ac568d707822ec4c -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -37,13 +35,7 @@ endef # uses GNU configure -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - all install -endef - -define Package/wx200d/install +define Package/wx200d/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/wx200 \ $(PKG_INSTALL_DIR)/usr/bin/wxstdout \