- svn-ignore built executables

This commit is contained in:
Stefan Gehn 2010-05-29 17:34:38 +00:00
parent 74b3dc6e03
commit bc8303d229
1 changed files with 1 additions and 1 deletions

View File

@ -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