Commit 919e340a by Richard Kenner

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

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