summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 3c31d447ed..16771a1ca8 100644
--- 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 \