From 7f466c801ef5bb80df69cc279d723a875048cc91 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 20 Dec 2024 12:24:54 +0100 Subject: [PATCH] /Makefile.am: fixed 'make clean' ignored error --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 01dd41e3..87ce0faf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -360,8 +360,8 @@ apim_prepare = \ mostlyclean-local: mostlyclean-autopoint-update mostlyclean-autopoint-update: - -test -d '$(APIM_LOCK)' && rm -rf '$(APIM_LOCK)' - -test -d '$(srcdir_po)/po' && rm -rf '$(srcdir_po)/po' + -rm -rf '$(APIM_LOCK)' + -rm -rf '$(srcdir_po)/po' rm -f '$(APIM_TMSTMP_TMP)' $(APIM_TRIGGER):