summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index b83a34791d..62a3f1ee3c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -55,7 +55,7 @@ KEYPAD=@KEYPAD@
55THISDIR="@PWD@" 55THISDIR="@PWD@"
56VERSION=\$(shell date +%y%m%d-%H%M) 56VERSION=\$(shell date +%y%m%d-%H%M)
57 57
58.PHONE: 58.PHONY:
59 59
60all: sim 60all: sim
61 61
@@ -237,7 +237,7 @@ TARGET=@TARGET@
237THISDIR="@PWD@" 237THISDIR="@PWD@"
238VERSION=\$(shell date +%y%m%d-%H%M) 238VERSION=\$(shell date +%y%m%d-%H%M)
239 239
240.PHONE: firmware apps 240.PHONY: firmware apps
241 241
242all: firmware apps 242all: firmware apps
243 243