mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
fixed make lazbuild to create unit output directory
git-svn-id: trunk@35978 -
This commit is contained in:
parent
364f0cd318
commit
7533b7fae0
@ -3706,7 +3706,7 @@ ifeq ($(LAZARUS_OPT),)
|
||||
else
|
||||
$(MAKE) --assume-new=startlazarus.lpr startlazarus$(EXEEXT) OPT='$(LAZARUS_OPT) $(OPT)'
|
||||
endif
|
||||
lazbuilder:
|
||||
lazbuilder: $(COMPILER_UNITTARGETDIR)
|
||||
ifeq ($(LAZBUILD_OPT),)
|
||||
$(MAKE) --assume-new=lazbuild.lpr lazbuild$(EXEEXT)
|
||||
else
|
||||
|
@ -173,7 +173,7 @@ else
|
||||
endif
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
lazbuilder:
|
||||
lazbuilder: $(COMPILER_UNITTARGETDIR)
|
||||
ifeq ($(LAZBUILD_OPT),)
|
||||
$(MAKE) --assume-new=lazbuild.lpr lazbuild$(EXEEXT)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user