Fix distclean target

* cross/Makefile.in (distclean bootstrap-clean): Remove Makefile.
This commit is contained in:
Po Lu 2023-01-24 10:37:26 +08:00
parent 4de6b18793
commit 47d731d214

View file

@ -170,7 +170,7 @@ distclean bootstrap-clean: clean
fi
# Just in case.
rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile
rm -rf ndk-build/ndk-build.mk
rm -rf ndk-build/ndk-build.mk Makefile
maintainer-clean: distclean bootstrap-clean
if [ -e lib/Makefile ]; then \