* Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur,

cdtest-ur.out, and cdtest-ur.tmp.
This commit is contained in:
Ian Lance Taylor 1994-05-04 16:00:30 +00:00
parent 9fc63ce06a
commit 083038a72a

View File

@ -663,7 +663,8 @@ diststuff: $(LDDISTSTUFF)
mostlyclean:
-rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
-rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp
clean: mostlyclean
-rm -f $(LD_PROG) configdoc.texi
distclean: