Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* configure.in: Add missing global flag in sed substitution when
	deleting `target-' from ${configdirs}.
This commit is contained in:
Ian Lance Taylor 1996-03-20 23:12:00 +00:00
parent f8910eff75
commit 9bbc0d5836
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ if [ -z "${norecursion}" -a -n "${configdirs}" ]; then
done
fi
if [ -z "${norecursion}" -a -n "${target_configdirs}" ]; then
for i in `echo ${target_configdirs} | sed -e s/target-//` ; do
for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
rm -f ${target_subdir}/$i/Makefile
done
fi