diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-09-03 11:03:31 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-03 11:03:31 +0200 |
commit | d95dfb0a8345cea85ba71aef497e6f419e1b6f43 (patch) | |
tree | 17c1f033432bcf278b32184e2c64ecc27a3e65da /cfg.mk | |
parent | 5ba2b0dfd38898e9e548ba92942b884976713a85 (diff) | |
download | gnutls-d95dfb0a8345cea85ba71aef497e6f419e1b6f43.tar.gz |
Typo.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ autoreconf: done mv lib/build-aux/config.rpath lib/build-aux/config.rpath- test -f ./configure || autoreconf --install - test `hostname` == "gaggia" && cp lib/gl/m4/size_max.m4 lib/m4/ + test `hostname` = "gaggia" && cp lib/gl/m4/size_max.m4 lib/m4/ mv lib/build-aux/config.rpath- lib/build-aux/config.rpath update-po: refresh-po |