Remove long-gone cxxmain.c from makefiles

I discovered we were attempting to delete some no-longer generated
files.

	gcc/
	* Makefile.in (distclean): Remove long gone cxxmain.c
	gcc/cp/
	* Make-lang.in (c++.disclean): Likewise.
This commit is contained in:
Nathan Sidwell 2020-07-13 13:17:20 -07:00
parent 305ab735bd
commit 0b12638ba3
2 changed files with 0 additions and 2 deletions

View File

@ -3501,7 +3501,6 @@ distclean: clean lang.distclean
-cd testsuite && rm -f x *.x *.x? *.exe *.rpo *.o *.s *.S *.c
-cd testsuite && rm -f *.out *.gcov *$(coverageexts)
-rm -rf ${QMTEST_DIR} stamp-qmtest
-rm -f cxxmain.c
-rm -f .gdbinit configargs.h
-rm -f gcov.pod
# Delete po/*.gmo only if we are not building in the source directory.

View File

@ -287,7 +287,6 @@ c++.mostlyclean:
c++.clean:
c++.distclean:
-rm -f cp/config.status cp/Makefile
-rm -f cxxmain.c
c++.maintainer-clean:
#
# Stage hooks: