From 82138f740a00c6669cc14dff128e34cf1168042b Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 21 Feb 2005 06:03:54 +0000 Subject: remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target for linksys-stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@279 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43ee3ddba..172e1b80c 100644 --- a/Makefile +++ b/Makefile @@ -128,11 +128,11 @@ source: $(TARGETS_SOURCE) ############################################################# clean: rm -rf $(TARGET_DIR) $(IMAGE).* - $(MAKE) $(DIST)-image-clean + $(MAKE) openwrt-image-clean dirclean: $(TARGETS_DIRCLEAN) rm -rf $(TARGET_DIR) $(IMAGE).* - $(MAKE) $(DIST)-image-clean + $(MAKE) openwrt-image-dirclean distclean: clean rm -rf $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) -- cgit v1.2.3