summaryrefslogtreecommitdiffstats
path: root/config-ml.in
diff options
context:
space:
mode:
authorths <ths@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-19 12:59:49 +0000
committerths <ths@138bc75d-0d04-0410-961f-82ee72b054a4>2007-11-19 12:59:49 +0000
commitda01ad1e03201f4087e67aa91a3e989e018d26e2 (patch)
treed7d9ba89a7f725ccdcd292f9948cde505f2b5d21 /config-ml.in
parent73b0c6f3edfaedf2ff042dd14c240fc5f645b36a (diff)
downloadppe42-gcc-da01ad1e03201f4087e67aa91a3e989e018d26e2.tar.gz
ppe42-gcc-da01ad1e03201f4087e67aa91a3e989e018d26e2.zip
* config-ml.in: Don't hardcode the Makefile name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130291 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config-ml.in b/config-ml.in
index cc9cf66cebc..d4d2e3fddca 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -586,8 +586,8 @@ multi-clean:
true; \
else \
lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
- for dir in Makefile $(MULTIDIRS); do \
- if [ -f ../$${dir}/$${lib}/Makefile ]; then \
+ for dir in ${Makefile} $(MULTIDIRS); do \
+ if [ -f ../$${dir}/$${lib}/${Makefile} ]; then \
if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) $(DO)); \
then true; \
else exit 1; \
@@ -605,7 +605,7 @@ mv Makefile.tem ${Makefile}
fi # ${ml_toplevel_p} = yes
if [ "${ml_verbose}" = --verbose ]; then
- echo "Adding multilib support to Makefile in ${ml_realsrcdir}"
+ echo "Adding multilib support to ${Makefile} in ${ml_realsrcdir}"
if [ "${ml_toplevel_p}" = yes ]; then
echo "multidirs=${multidirs}"
fi
@@ -740,7 +740,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
fi
(cd ${ml_dir}/${ml_libdir};
../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
- if [ -f ${ml_dir}/${ml_libdir}/Makefile ]; then
+ if [ -f ${ml_dir}/${ml_libdir}/${Makefile} ]; then
if [ x"${MAKE}" = x ]; then
(cd ${ml_dir}/${ml_libdir}; make distclean)
else
OpenPOWER on IntegriCloud