diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-23 16:00:23 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-23 16:00:23 +0200 |
commit | a63a8841c080652e88bb9d0fa206a324fbf04bab (patch) | |
tree | 5813dcce3ffdd0f538823bc1d5c84c72815e3df3 /cfg.mk | |
parent | 456f7e09a9899a6354768cfd1da36b8e686574ce (diff) | |
download | gnutls-a63a8841c080652e88bb9d0fa206a324fbf04bab.tar.gz |
Typo.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |