Commit 1476c9d9 by Matt Kraai Committed by Aldy Hernandez

mklibgcc.in: Remove extra quotes.

2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>

       * mklibgcc.in: Remove extra quotes.

From-SVN: r66644
parent 36e8d515
2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
* mklibgcc.in: Remove extra quotes.
2003-05-09 Mark Mitchell <mark@codesourcery.com>
* config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
......
......@@ -497,7 +497,7 @@ for ml in $MULTILIBS; do
flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`;
if [ $dir != . ]; then
ldir='$(DESTDIR)$(libsubdir)'/$dir
echo " if [ -d $ldir ]; then true; else '$mkinstalldirs' $ldir; chmod a+rx $ldir; fi;"
echo " if [ -d $ldir ]; then true; else $mkinstalldirs $ldir; chmod a+rx $ldir; fi;"
else
ldir='$(DESTDIR)$(libsubdir)'
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment