diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-27 14:06:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-27 14:06:46 +0000 |
commit | a723361df9cb4cb58d7e806218d98df72d57cdae (patch) | |
tree | dc35000b8b3ff329b1029e8563aab31aaba9f98b /toolchain/libnotimpl | |
parent | 0199c0e95cfbd490a1c39ac744fdb68149c73977 (diff) | |
download | upstream-a723361df9cb4cb58d7e806218d98df72d57cdae.tar.gz upstream-a723361df9cb4cb58d7e806218d98df72d57cdae.tar.bz2 upstream-a723361df9cb4cb58d7e806218d98df72d57cdae.zip |
move tools from toolchain/ to tools/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/libnotimpl')
-rw-r--r-- | toolchain/libnotimpl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/libnotimpl/Makefile b/toolchain/libnotimpl/Makefile index d55bf4e3fe..85156723be 100644 --- a/toolchain/libnotimpl/Makefile +++ b/toolchain/libnotimpl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnotimpl -PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/libnotimpl +PKG_BUILD_DIR:=$(TOOLCHAIN_BUILD_DIR)/libnotimpl include $(INCLUDE_DIR)/host-build.mk |