remove DIST and add EXTRAVERSION, discussed with mbm. fixed dirclean target for links...
[oweals/openwrt.git] / openwrt / Makefile
index 43ee3ddba5012fc1a618c90b72ee1cbf093716b6..172e1b80c2d834481f9c620424431969de60f924 100644 (file)
@@ -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)