X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/1b1a4b951283d256d63b61c3a1e2018d6cf5d46f..8f88293f5eed6ecaa48b7bd81c2e7d96369a109b:/tools/make/configure diff --git a/tools/make/configure b/tools/make/configure index 47a1304..4a1349a 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -130,6 +130,11 @@ then project = $paket COPY = ./$paket.cp MAKE_PRE + if [ -n "$ARCH" ] + then + echo "arch = $ARCH" >>make.pre + echo "_arch = _${ARCH}" >>make.pre + fi echo "make.pre written." fi