From bba10f01c5749ae0d290f123e3312a5c1cf840a8 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 21 Jul 2020 15:55:42 +0300 Subject: Move aux files into build-aux directory. --- helpers/update-aux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/update-aux.sh') diff --git a/helpers/update-aux.sh b/helpers/update-aux.sh index 0d758486..3ab54144 100755 --- a/helpers/update-aux.sh +++ b/helpers/update-aux.sh @@ -12,7 +12,7 @@ GL=/usr/local/src/Gnu/gnulib/build-aux for i in $(cd $GL ; echo *) do - for dir in . extension/build-aux doc + for dir in ./build-aux extension/build-aux doc do if [ -f $GL/$i ] && [ -f $dir/$i ] then -- cgit v1.2.3