Commit 919e340a by Richard Kenner

(ld): Add missing backslash to make continuation line.

From-SVN: r9052
parent 3578445a
......@@ -1023,8 +1023,8 @@ c-iterate.o: c-iterate.c $(CONFIG_H) $(TREE_H) $(RTL_H) c-tree.h flags.h
# To make a configuration always use collect2, set USE_COLLECT2 to ld.
ld: collect2
rm -f ld$(exeext)
ln collect2$(exeext) ld$(exeext) > /dev/null 2>&1
|| cp collect2$(exeext) ld$(exeext)
ln collect2$(exeext) ld$(exeext) > /dev/null 2>&1 \
|| cp collect2$(exeext) ld$(exeext)
collect2 : collect2.o version.o $(LIBDEPS)
# Don't try modifying collect2 (aka ld) in place--it might be linking this.
......
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