1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-07-26 14:13:03 +00:00
parent 5ca6b77a5f
commit e53bdf0c20

4
tools/configure vendored
View file

@ -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