mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:59:17 +02:00
Fixed "make all" target, broken in revision 18829 #2129ac6726 (build order changed when merging Synedit-design to Synedit)
git-svn-id: trunk@18888 -
This commit is contained in:
parent
f4b3de8644
commit
aaa1ca1bb2
2
Makefile
2
Makefile
@ -3497,7 +3497,7 @@ lazbuilder:
|
|||||||
tools: lcl
|
tools: lcl
|
||||||
$(MAKE) -C tools
|
$(MAKE) -C tools
|
||||||
examples: lcl components
|
examples: lcl components
|
||||||
all: lcl components packager/registration ideintf packager ide starter lazbuilder
|
all: lcl packager/registration ideintf packager components ide starter lazbuilder
|
||||||
cleanide:
|
cleanide:
|
||||||
$(MAKE) -C ide cleanide
|
$(MAKE) -C ide cleanide
|
||||||
cleanlaz: cleanide
|
cleanlaz: cleanide
|
||||||
|
@ -87,7 +87,7 @@ tools: lcl
|
|||||||
examples: lcl components
|
examples: lcl components
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
all: lcl components packager/registration ideintf packager ide starter lazbuilder
|
all: lcl packager/registration ideintf packager components ide starter lazbuilder
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
cleanide:
|
cleanide:
|
||||||
|
Loading…
Reference in New Issue
Block a user