emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 47d731d2140 4/5: Fix distclean target


From: Po Lu
Subject: feature/android 47d731d2140 4/5: Fix distclean target
Date: Mon, 23 Jan 2023 21:39:40 -0500 (EST)

branch: feature/android
commit 47d731d21407971a4eec1c05e243e29a0eba377a
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Fix distclean target
    
    * cross/Makefile.in (distclean bootstrap-clean): Remove Makefile.
---
 cross/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cross/Makefile.in b/cross/Makefile.in
index 2ee8c8110d6..92f8d068975 100644
--- a/cross/Makefile.in
+++ b/cross/Makefile.in
@@ -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            \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]