From: Wouter Wijngaards Date: Fri, 11 Nov 2011 14:49:19 +0000 (+0000) Subject: now quotes needed in Makefile. X-Git-Tag: release-1.4.14rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bdae2d5457de08e00744fede6e0a8c3dab96a5f;p=thirdparty%2Funbound.git now quotes needed in Makefile. git-svn-id: file:///svn/unbound/trunk@2556 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 9f87de21c..70542df65 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ staticexe=@staticexe@ EXEEXT=@EXEEXT@ configfile=@ub_conf_file@ UNBOUND_RUN_DIR=@UNBOUND_RUN_DIR@ -CHECKLOCK_SRC="testcode/checklocks.c" +CHECKLOCK_SRC=testcode/checklocks.c CHECKLOCK_OBJ=@CHECKLOCK_OBJ@ WITH_PYTHONMODULE=@WITH_PYTHONMODULE@ WITH_PYUNBOUND=@WITH_PYUNBOUND@