Fix distclean target
* cross/Makefile.in (distclean bootstrap-clean): Remove Makefile.
This commit is contained in:
parent
4de6b18793
commit
47d731d214
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue