From 0a28aa018879ac7dfcf09710f8651100da8fbbf4 Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 4 Mar 2005 04:35:15 +0000 Subject: fix the jffs2 build for separate 4M/8M images git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@303 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc69f2a1d..ae8e59fbe 100644 --- a/Makefile +++ b/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.2.3