add bootstrap target
authorK. Richard Pixley <rich@cygnus>
Wed, 29 Jan 1992 22:47:09 +0000 (22:47 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 29 Jan 1992 22:47:09 +0000 (22:47 +0000)
ld/Makefile.in

index a62c33246ebe96a679812e03f66c2fdb99195eca..ada503b154aaa89059c096f0496e7c28121c1e11 100644 (file)
@@ -275,6 +275,9 @@ ld2: ld1
        $(HOSTING_EMU); ./ld1 -o foo.o -r $(OFILES)
        $(HOSTING_EMU); ./ld1 -o ld2 $(HOSTING_CRT0) foo.o $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
 
+bootstrap: ld3
+       cmp ld2 ld3
+
 ld3: ld2
        $(HOSTING_EMU); ./ld2 -o ld3 $(HOSTING_CRT0) $(OFILES) $(BFDLIB) $(LIBIBERTY) $(HOSTING_LIBS)
 
This page took 0.025327 seconds and 4 git commands to generate.