summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 99f1d7dbf6..eef336c469 100755
--- a/tools/configure
+++ b/tools/configure
@@ -67,6 +67,7 @@ simul () {
67 67
68sed > Makefile \ 68sed > Makefile \
69 -e "s,@SIMDIR@,${simdir},g" \ 69 -e "s,@SIMDIR@,${simdir},g" \
70 -e "s,@TOOLSDIR@,${toolsdir},g" \
70 -e "s,@TARGET@,${target},g" \ 71 -e "s,@TARGET@,${target},g" \
71 -e "s,@ARCHOS@,${archos},g" \ 72 -e "s,@ARCHOS@,${archos},g" \
72 -e "s,@DEBUG@,${debug},g" \ 73 -e "s,@DEBUG@,${debug},g" \
@@ -81,6 +82,7 @@ sed > Makefile \
81 82
82ARCHOS=@ARCHOS@ 83ARCHOS=@ARCHOS@
83SIMDIR=@SIMDIR@ 84SIMDIR=@SIMDIR@
85TOOLSDIR=@TOOLSDIR@
84DEBUG=@DEBUG@ 86DEBUG=@DEBUG@
85TARGET=@TARGET@ 87TARGET=@TARGET@
86DISPLAY=@DISPLAY@ 88DISPLAY=@DISPLAY@