This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit 6d3475ac2092efc3068beefa73ab1540330fde15
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Thu Feb 27 07:04:09 2025 +0100

    test: Fix top-level distclean
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index e5f7407..d447a41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN \
 	     $(PACKAGE).spec.in
 
 clean-local:
-	$(MAKE) -C test clean
+	test ! -f test/Makefile || $(MAKE) -C test clean
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = $(PACKAGE).pc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to