diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-26 14:13:03 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-26 14:13:03 +0000 |
commit | e53bdf0c20a2be846affe3282ac268378083b265 (patch) | |
tree | 71ac47f38ff341d38aded97594fcf5f8a1ae2e1c /tools | |
parent | 5ca6b77a5f26707ce536ba13519fa7a7765909d7 (diff) |
Fixed misspelled .PHONY target. Spotted by Nick Robinson and Markus Braun.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1452 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 |
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@ THISDIR="@PWD@" VERSION=\$(shell date +%y%m%d-%H%M) -.PHONE: +.PHONY: all: sim @@ -237,7 +237,7 @@ TARGET=@TARGET@ THISDIR="@PWD@" VERSION=\$(shell date +%y%m%d-%H%M) -.PHONE: firmware apps +.PHONY: firmware apps all: firmware apps |