aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/libnotimpl/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 23:29:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 23:29:05 +0000
commit56ca36174338f3a0029b39ed7782c0410cf2d2fe (patch)
tree8e70523a0c222f26aa84bf3382deceee6b406752 /toolchain/libnotimpl/Makefile
parent5f27fa5f8c930ad9de6c41028ffd4a8bad876e1b (diff)
downloadmaster-187ad058-56ca36174338f3a0029b39ed7782c0410cf2d2fe.tar.gz
master-187ad058-56ca36174338f3a0029b39ed7782c0410cf2d2fe.tar.bz2
master-187ad058-56ca36174338f3a0029b39ed7782c0410cf2d2fe.zip
cleanup; replace .PHONY with FORCE; disable gdb by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/libnotimpl/Makefile')
-rw-r--r--toolchain/libnotimpl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/libnotimpl/Makefile b/toolchain/libnotimpl/Makefile
index f68346c371..86ab927c12 100644
--- a/toolchain/libnotimpl/Makefile
+++ b/toolchain/libnotimpl/Makefile
@@ -24,7 +24,7 @@ source:
prepare: $(LIBNOTIMPL_DIR)/.prepared
compile: $(LIBNOTIMPL_DIR)/libnotimpl.a
install: $(STAGING_DIR)/usr/lib/libnotimpl.a
-clean:
+clean: FORCE
rm -rf \
$(STAGING_DIR)/usr/lib/libnotimpl.a \
$(LIBNOTIMPL_DIR) \