diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-09-03 11:05:56 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-03 11:05:56 +0200 |
commit | c07d644cc8db20126499a6ee7a03238d6e9e64d7 (patch) | |
tree | cf4de95149dfb08e9839a61c4537bcefed911c1c /cfg.mk | |
parent | d95dfb0a8345cea85ba71aef497e6f419e1b6f43 (diff) | |
download | gnutls-c07d644cc8db20126499a6ee7a03238d6e9e64d7.tar.gz |
Fix!
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/ || true mv lib/build-aux/config.rpath- lib/build-aux/config.rpath update-po: refresh-po |