aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f6174b4..99bd1fa 100644
--- a/configure.in
+++ b/configure.in
@@ -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