From: Michael Gernoth Date: Mon, 15 Mar 2010 12:53:50 +0000 (+0100) Subject: fix firmware rebuild X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/commitdiff_plain/e23bc159feb170cc1115051243c8e32f291496f6 fix firmware rebuild --- 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