/Makefile.am: fixed 'make clean' ignored error

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-12-20 12:24:54 +01:00
parent 6a0d164326
commit 7f466c801e
+2 -2
View File
@@ -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):