X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Flibnotimpl%2FMakefile;h=85156723be8f4c89a79f4973fa59cf49ad49e643;hb=5b9d06e88ec9c98eb3758991ab22eb9d0813e70b;hp=bc515ca0800df470494876a99a6ff4b75d889384;hpb=a35fb6c438c11e118d9241be1cdf6d3e06b7c9bb;p=openwrt-10.03%2F.git diff --git a/toolchain/libnotimpl/Makefile b/toolchain/libnotimpl/Makefile index bc515ca08..85156723b 100644 --- a/toolchain/libnotimpl/Makefile +++ b/toolchain/libnotimpl/Makefile @@ -6,8 +6,9 @@ # include $(TOPDIR)/rules.mk -PKG_NAME := libnotimpl -PKG_BUILD_DIR := $(TOOL_BUILD_DIR)/libnotimpl +PKG_NAME:=libnotimpl + +PKG_BUILD_DIR:=$(TOOLCHAIN_BUILD_DIR)/libnotimpl include $(INCLUDE_DIR)/host-build.mk @@ -31,9 +32,7 @@ define Build/Install endef define Build/Clean - rm -rf \ - $(STAGING_DIR)/usr/lib/libnotimpl.a \ - $(PKG_BUILD_DIR) + rm -f $(STAGING_DIR)/usr/lib/libnotimpl.a endef $(eval $(call HostBuild))