Fix tabs in project/make.sh

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: d27248007f9f4034d1a630e0ac3826af3c3357ec
Component: engine
This commit is contained in:
Jessica Frazelle
2014-12-29 11:02:12 -08:00
parent fc5a9d42ea
commit 70d58a0c84

View File

@ -102,7 +102,7 @@ LDFLAGS='
'
if [ -z "$DEBUG" ]; then
LDFLAGS="-w $LDFLAGS"
LDFLAGS="-w $LDFLAGS"
fi
LDFLAGS_STATIC='-linkmode external'