mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 12:49:16 +02:00
Recompile rtl before trying to compile msg2inc binary
This commit is contained in:
parent
94d7aeb998
commit
b40d312521
@ -5155,6 +5155,7 @@ distclean: tempclean execlean cleanall $(addsuffix _clean,$(ALLTARGETS) $(BETATA
|
||||
$(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
msgtxt.inc: $(MSGFILE)
|
||||
$(MAKE) rtl
|
||||
$(MAKE) $(MSG2INC)
|
||||
$(MSG2INC) $(MSGFILE) msg msg
|
||||
msg: msgtxt.inc
|
||||
|
@ -786,6 +786,7 @@ $(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/
|
||||
# The msgtxt.inc only depends on the error?.msg file, not on msg2inc,
|
||||
# because that one will be new almost everytime
|
||||
msgtxt.inc: $(MSGFILE)
|
||||
$(MAKE) rtl
|
||||
$(MAKE) $(MSG2INC)
|
||||
$(MSG2INC) $(MSGFILE) msg msg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user