forked from len0rd/rockbox
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
This commit is contained in:
parent
5ca6b77a5f
commit
e53bdf0c20
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue