[Xfce4-commits] [xfce/thunar] 02/04: Remove Makefile and Makefile.in files when running distclean
noreply at xfce.org
noreply at xfce.org
Fri May 22 22:52:35 CEST 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit 8b96fd015ea9d67a27509e5a9fa5a0aeaa93bf8d
Author: Harald Judt <h.judt at gmx.at>
Date: Fri May 22 22:27:35 2015 +0200
Remove Makefile and Makefile.in files when running distclean
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index b319eaf..cca7c3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,8 @@ SUBDIRS = \
distclean-local:
rm -rf *.cache *~
+ find . -type f -name Makefile -delete
+ find . -type f -name Makefile.in -delete
distuninstallcheck_listfiles = \
find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list