mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
* create dirs before compiling msg2inc
git-svn-id: trunk@22 -
This commit is contained in:
parent
9c44ad0831
commit
c8dccad8d3
@ -2553,7 +2553,7 @@ cycleclean: cleanall $(addsuffix _clean,$(PPC_TARGET))
|
||||
-$(DEL) $(EXENAME)
|
||||
clean: tempclean execlean cleanall $(addsuffix _clean,$(PPC_TARGET)) $(addsuffix _clean,$(TARGET_DIRS))
|
||||
distclean: tempclean execlean cleanall $(addsuffix _clean,$(CYCLETARGETS)) $(addsuffix _distclean,$(TARGET_DIRS))
|
||||
$(MSG2INC): $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
$(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
msgtxt.inc: $(MSGFILE)
|
||||
$(MAKE) $(MSG2INC)
|
||||
|
@ -311,7 +311,7 @@ distclean: tempclean execlean cleanall $(addsuffix _clean,$(CYCLETARGETS)) $(add
|
||||
# Make targets
|
||||
#####################################################################
|
||||
|
||||
$(MSG2INC): $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
$(MSG2INC): $(COMPILER_TARGETDIR) $(COMPILER_UNITTARGETDIR) $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||
|
||||
# The msgtxt.inc only depends on the error?.msg file, not on msg2inc,
|
||||
|
Loading…
Reference in New Issue
Block a user