summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 78403814fb..7a1403cb6a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -74,6 +74,7 @@ sed > Makefile \
74 -e "s,@PWD@,${pwd},g" \ 74 -e "s,@PWD@,${pwd},g" \
75 -e "s,@LANGUAGE@,${language},g" \ 75 -e "s,@LANGUAGE@,${language},g" \
76 -e "s,@TARGET@,${target},g" \ 76 -e "s,@TARGET@,${target},g" \
77 -e "s,@PLUGINS@,${plugins},g" \
77 -e "s,@SIMVER@,${simver},g" \ 78 -e "s,@SIMVER@,${simver},g" \
78<<EOF 79<<EOF
79## Automaticly generated. http://rockbox.haxx.se 80## Automaticly generated. http://rockbox.haxx.se
@@ -93,6 +94,7 @@ export SIMVER=@SIMVER@
93export TARGET=@TARGET@ 94export TARGET=@TARGET@
94export LANGUAGE=@LANGUAGE@ 95export LANGUAGE=@LANGUAGE@
95export VERSION=\$(shell date +%y%m%d-%H%M) 96export VERSION=\$(shell date +%y%m%d-%H%M)
97export ENABLEDPLUGINS=@PLUGINS@
96 98
97.PHONY: 99.PHONY:
98 100