From bc8303d229e6da697e1b9c1991d808ba7952d60d Mon Sep 17 00:00:00 2001 From: Stefan Gehn Date: Sat, 29 May 2010 17:34:38 +0000 Subject: [PATCH] - svn-ignore built executables --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index beb81e2..e4704bf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -52,7 +52,7 @@ ifeq ($(without-ntlm),1) CONFIGURE_ARGS += --without-ntlm endif # run configure shell script -DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS)) +#DUMMY_VAR := $(shell ./configure $(CONFIGURE_ARGS)) # pull in variables set by configure script include configure.mk