]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo.
authorSimon Josefsson <simon@josefsson.org>
Tue, 23 Sep 2008 14:00:23 +0000 (16:00 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 23 Sep 2008 14:00:23 +0000 (16:00 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index ac6c982feb5e7928cb534e0177585201d8f747a5..597cb32a3ddece21c33efc9c5a6ad4e9955bf65b 100644 (file)
--- 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