From: Simon Josefsson Date: Tue, 23 Sep 2008 14:00:23 +0000 (+0200) Subject: Typo. X-Git-Tag: gnutls_2_5_9~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a63a8841c080652e88bb9d0fa206a324fbf04bab;p=thirdparty%2Fgnutls.git Typo. --- diff --git a/cfg.mk b/cfg.mk index ac6c982feb..597cb32a3d 100644 --- a/cfg.mk +++ b/cfg.mk @@ -47,7 +47,7 @@ bootstrap: autoreconf W32ROOT ?= $(HOME)/gnutls4win/inst mingw32: autoreconf - ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess` --with-libtasn1-prefix=$(W32ROOT) --with-libgcrypt-prefix=$(W32ROOT) --prefix $(W32ROOT) + ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`build-aux/config.guess` --with-libtasn1-prefix=$(W32ROOT) --with-libgcrypt-prefix=$(W32ROOT) --prefix $(W32ROOT) .PHONY: bootstrap autoreconf mingw32