From e23bc159feb170cc1115051243c8e32f291496f6 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 15 Mar 2010 13:53:50 +0100 Subject: [PATCH] fix firmware rebuild --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8517dff..48f22a4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: firmware firmware: src/firmware - ln -s $^ $@ + ln -sf $^ $@ src/firmware: $(MAKE) -C src firmware @@ -10,4 +10,4 @@ clean: rm -f firmware $(MAKE) -C src clean -.PHONY: all clean +.PHONY: all clean src/firmware -- 2.39.2