diff options
author | Max Horn | 2003-05-20 10:24:24 +0000 |
---|---|---|
committer | Max Horn | 2003-05-20 10:24:24 +0000 |
commit | 79cc9c6a2f4ebd4f0c94a09a5db256c7fa4a9409 (patch) | |
tree | f03a0db5da48185aa0aa835c8ce4fd067b296d2a /configure | |
parent | ad92ffa06daf023d175a69cd93840b31e33f883a (diff) | |
download | scummvm-rg350-79cc9c6a2f4ebd4f0c94a09a5db256c7fa4a9409.tar.gz scummvm-rg350-79cc9c6a2f4ebd4f0c94a09a5db256c7fa4a9409.tar.bz2 scummvm-rg350-79cc9c6a2f4ebd4f0c94a09a5db256c7fa4a9409.zip |
let config.mak overwrite the default values (defensive coding style :-)
svn-id: r7715
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -391,8 +391,8 @@ echo "Creating config.mak" cat > config.mak << EOF # -------- Generated by configure ----------- -CXX = $CXX -LIBS = $LIBS -RANLIB = $_ranlib +CXX := $CXX +LIBS := $LIBS +RANLIB := $_ranlib EOF |