Fix a bug in buildsys.m4 that would cause some shells to fail.
This commit is contained in:
parent
dca8547c38
commit
3c0eca6b77
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([BUILDSYS_TOUCH_DEPS], [
|
AC_DEFUN([BUILDSYS_TOUCH_DEPS], [
|
||||||
${as_echo:="echo"} "${as_me:="configure"}: touching .deps files"
|
${as_echo:="echo"} ${as_me:="configure"}": touching .deps files"
|
||||||
for i in $(find . -name Makefile); do
|
for i in $(find . -name Makefile); do
|
||||||
DEPSFILE="$(dirname $i)/.deps"
|
DEPSFILE="$(dirname $i)/.deps"
|
||||||
test -f "$DEPSFILE" && rm "$DEPSFILE"
|
test -f "$DEPSFILE" && rm "$DEPSFILE"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue