summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-23 16:00:23 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-23 16:00:23 +0200
commita63a8841c080652e88bb9d0fa206a324fbf04bab (patch)
tree5813dcce3ffdd0f538823bc1d5c84c72815e3df3 /cfg.mk
parent456f7e09a9899a6354768cfd1da36b8e686574ce (diff)
downloadgnutls-a63a8841c080652e88bb9d0fa206a324fbf04bab.tar.gz
Typo.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
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