]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected po directory and build-aux paths.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Apr 2011 07:36:25 +0000 (09:36 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Apr 2011 07:39:35 +0000 (09:39 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 2c9d101c4c8f95ad34949b271c183eb79a274891..f20fd697134826722a67a84b2c2c0c5399533841 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -30,7 +30,7 @@ ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
 .DEFAULT_GOAL := bootstrap
 endif
 
-PODIR := lib/po
+PODIR := po
 PO_DOMAIN := libgnutls
 
 local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_atoi_atof                \
@@ -45,10 +45,10 @@ 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
        test `hostname` = "gaggia" && cp gl/m4/size_max.m4 m4/ || true
-       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 \