mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
fixed make bigidecomponents
git-svn-id: trunk@8415 -
This commit is contained in:
parent
936b078c20
commit
cac522bc0b
@ -1739,5 +1739,7 @@ include fpcmake.loc
|
|||||||
endif
|
endif
|
||||||
.phony: bigidecomponents
|
.phony: bigidecomponents
|
||||||
bigidecomponents: all
|
bigidecomponents: all
|
||||||
$(MAKE) -C rtticontrols printers cgi
|
$(MAKE) -C rtticontrols
|
||||||
|
$(MAKE) -C printers
|
||||||
|
$(MAKE) -C cgi
|
||||||
cleanlaz: clean
|
cleanlaz: clean
|
||||||
|
@ -21,6 +21,8 @@ files=$(wildcard ./units/*$(OEXT)) \
|
|||||||
.phony: bigidecomponents
|
.phony: bigidecomponents
|
||||||
|
|
||||||
bigidecomponents: all
|
bigidecomponents: all
|
||||||
$(MAKE) -C rtticontrols printers cgi
|
$(MAKE) -C rtticontrols
|
||||||
|
$(MAKE) -C printers
|
||||||
|
$(MAKE) -C cgi
|
||||||
|
|
||||||
cleanlaz: clean
|
cleanlaz: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user