From 883510aeed90142d275a8dd94d1113be77028258 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 4 Mar 2005 04:35:15 +0000 Subject: fix the jffs2 build for separate 4M/8M images SVN-Revision: 303 --- openwrt/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/Makefile') diff --git a/openwrt/Makefile b/openwrt/Makefile index bc69f2a..ae8e59f 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -82,6 +82,7 @@ TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS)) TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS)) world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) + @echo DONE. .PHONY: all world clean dirclean distclean source $(TARGETS) \ $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \ -- cgit v1.1