diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-09-24 20:49:31 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-09-24 20:49:31 +0000 |
| commit | 88b8c4eb63a579667e9815519ca0d910eb5f8cfc (patch) | |
| tree | 35fb9755b81d8fcd07bd3f63835db5d0f767387b /openwrt/toolchain/libnotimpl | |
| parent | 732b4932f1f3460e1c1026586981e06f698edba9 (diff) | |
| download | mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.zip mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.gz mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.bz2 | |
new (last?) attempt at standardizing Makefiles
SVN-Revision: 4855
Diffstat (limited to 'openwrt/toolchain/libnotimpl')
| -rw-r--r-- | openwrt/toolchain/libnotimpl/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/openwrt/toolchain/libnotimpl/Makefile b/openwrt/toolchain/libnotimpl/Makefile index bc515ca..d55bf4e 100644 --- a/openwrt/toolchain/libnotimpl/Makefile +++ b/openwrt/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:=$(TOOL_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)) |
