[PATCH] Makefile: fix mixed implicit and normal rules

Alexander Aring alex.aring at gmail.com
Tue Jul 2 08:09:28 EDT 2013


Getting "Makefile:484: *** mixed implicit and normal rules.  Stop."
with make version "GNU Make 3.82".

This patch will fix this issue.

Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d82e795..4b250dd 100644
--- a/Makefile
+++ b/Makefile
@@ -481,7 +481,7 @@ export KBUILD_BINARY ?= barebox.bin
 barebox-flash-image: $(KBUILD_IMAGE) FORCE
 	$(call if_changed,ln)
 
-images images/%.s: barebox.bin FORCE
+images/%.s: barebox.bin FORCE
 	$(Q)$(MAKE) $(build)=images $@
 
 ifdef CONFIG_PBL_MULTI_IMAGES
-- 
1.8.3.2




More information about the barebox mailing list