Merge pull request #9842 from jfrazelle/make-whitespace-fixes

Fix tabs in project/make.sh
Upstream-commit: 9404e95c08f38cf7ce1474f92903bd813a0bc25f
Component: engine
This commit is contained in:
Tianon Gravi
2014-12-29 12:34:38 -08:00
+1 -1
View File
@@ -102,7 +102,7 @@ LDFLAGS='
'
if [ -z "$DEBUG" ]; then
LDFLAGS="-w $LDFLAGS"
LDFLAGS="-w $LDFLAGS"
fi
LDFLAGS_STATIC='-linkmode external'