summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/libnotimpl
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
commit9ba9373d546ff96369d03dcf2d92486dbf7f3d26 (patch)
treecd46b0bc66c1e5df3afb9975edd6dcbd841d4be9 /openwrt/toolchain/libnotimpl
parent00b53c7433a39b169c54a8da50c580d63cf798ca (diff)
downloadmtk-20170518-9ba9373d546ff96369d03dcf2d92486dbf7f3d26.zip
mtk-20170518-9ba9373d546ff96369d03dcf2d92486dbf7f3d26.tar.gz
mtk-20170518-9ba9373d546ff96369d03dcf2d92486dbf7f3d26.tar.bz2
cleanup; replace .PHONY with FORCE; disable gdb by default
SVN-Revision: 3877
Diffstat (limited to 'openwrt/toolchain/libnotimpl')
-rw-r--r--openwrt/toolchain/libnotimpl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/libnotimpl/Makefile b/openwrt/toolchain/libnotimpl/Makefile
index f68346c..86ab927 100644
--- a/openwrt/toolchain/libnotimpl/Makefile
+++ b/openwrt/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) \