(ld): Add missing backslash to make continuation line.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 23 Feb 1995 13:49:06 +0000 (08:49 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 23 Feb 1995 13:49:06 +0000 (08:49 -0500)
From-SVN: r9052

gcc/Makefile.in

index fc90cfcb08ea0b89ca4e87e59851a00969557553..61524dce36458582dfe8fe7cc938b6bcb297bea4 100644 (file)
@@ -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.