X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6331e0d599b67379c2bee1d584cf42ab94e9fc9e..f970fc8a7e1f6471a42e6b32ee558f48bfddc1b2:/openwrt/Makefile?ds=sidebyside diff --git a/openwrt/Makefile b/openwrt/Makefile index 43ee3ddba..172e1b80c 100644 --- a/openwrt/Makefile +++ b/openwrt/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)