diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-03-23 18:12:53 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-03-23 18:12:53 +0100 |
commit | fe5597bd4c51cfce5328b0a869a35dd5cda64a6b (patch) | |
tree | 40b0d7941b5a3e627671efde3e5bd53d48485818 /cfg.mk | |
parent | 5a7ac2fd90d0ff3d8e1bb4abb4843ce531d301d8 (diff) | |
download | gnutls-fe5597bd4c51cfce5328b0a869a35dd5cda64a6b.tar.gz |
Fix bootstrap.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,9 +32,9 @@ autoreconf: for f in $(PODIR)/*.po.in; do \ cp $$f `echo $$f | sed 's/.in//'`; \ done - mv lib/build-aux/config.rpath lib/build-aux/config.rpath- + mv build-aux/config.rpath build-aux/config.rpath- test -f ./configure || autoreconf --install - mv lib/build-aux/config.rpath- lib/build-aux/config.rpath + mv build-aux/config.rpath- build-aux/config.rpath update-po: refresh-po for f in `ls $(PODIR)/*.po | grep -v quot.po`; do \ |