From: Ian Lance Taylor Date: Wed, 4 May 1994 16:00:30 +0000 (+0000) Subject: * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=083038a72afe2ddc2b803204f033b83fcfb235a6;p=binutils-gdb.git * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur, cdtest-ur.out, and cdtest-ur.tmp. --- diff --git a/ld/Makefile.in b/ld/Makefile.in index cadd420a842..1dd97d3096e 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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: