]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix bootstrap.
authorSimon Josefsson <simon@josefsson.org>
Mon, 23 Mar 2009 17:12:53 +0000 (18:12 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 23 Mar 2009 17:12:53 +0000 (18:12 +0100)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 3c31d447ed974d80d793b589c2b64fad577a67ec..16771a1ca8e3b59c11d78332a4ca8e5991a475be 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -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 \