don't abort clean if target cross-compile directory isn't there

This commit is contained in:
nhmall
2026-03-24 07:49:38 -04:00
parent ab04f5455d
commit 4991339655

View File

@@ -812,7 +812,7 @@ tags: $(CSOURCES)
clean:
-rm -f *.o $(HACK_H) $(CONFIG_H)
-rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files
true; $(CLEANMORE)
-true; $(CLEANMORE)
true; $(CLEAN_CC_RESPONSEFILE) $(CLEAN_CXX_RESPONSEFILE)
spotless: clean