From: nbd Date: Sat, 11 Jun 2005 23:44:58 +0000 (+0000) Subject: small fix for firmware image util compile X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/200942fbac6c59bfdfa591542f63a2b7bad82d78 small fix for firmware image util compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1210 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/image/Makefile b/openwrt/target/linux/image/Makefile index 6b7c78774..73e67a3d1 100644 --- a/openwrt/target/linux/image/Makefile +++ b/openwrt/target/linux/image/Makefile @@ -15,10 +15,10 @@ include ./squashfs.mk endif prepare: - $(MAKE) -C $(BOARD) prepare compile: - $(MAKE) -C $(BOARD) compile install: + $(MAKE) -C $(BOARD) prepare + $(MAKE) -C $(BOARD) compile rebuild: clean prepare compile install clean: