From 28704b2976186d00132f872ada99234a80de9d7a Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 24 Jul 2024 22:25:00 +0200 Subject: [PATCH] * distclean removes msgtxt.inc and msgidx.inc, resolves #40861 --- compiler/Makefile | 1 + compiler/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 3358b5b353..6a18cc2c41 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -5151,6 +5151,7 @@ cycleclean: cleanall $(addsuffix _clean,$(CPC_TARGET)) -$(DEL) $(EXENAME) clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS)) distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(TARGET_DIRS)) + -$(DEL) msgtxt.inc msgidx.inc $(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/msg2inc.pp $(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp msgtxt.inc: $(MSGFILE) diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 3e31bbd22d..7f794c9024 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -774,7 +774,7 @@ cycleclean: cleanall $(addsuffix _clean,$(CPC_TARGET)) clean: tempclean execlean cleanall $(addsuffix _clean,$(CPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS)) distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATARGETS)) $(addsuffix _distclean,$(TARGET_DIRS)) - + -$(DEL) msgtxt.inc msgidx.inc ##################################################################### # Make targets