mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 17:58:18 +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
|
||||
.phony: bigidecomponents
|
||||
bigidecomponents: all
|
||||
$(MAKE) -C rtticontrols printers cgi
|
||||
$(MAKE) -C rtticontrols
|
||||
$(MAKE) -C printers
|
||||
$(MAKE) -C cgi
|
||||
cleanlaz: clean
|
||||
|
@ -21,6 +21,8 @@ files=$(wildcard ./units/*$(OEXT)) \
|
||||
.phony: bigidecomponents
|
||||
|
||||
bigidecomponents: all
|
||||
$(MAKE) -C rtticontrols printers cgi
|
||||
$(MAKE) -C rtticontrols
|
||||
$(MAKE) -C printers
|
||||
$(MAKE) -C cgi
|
||||
|
||||
cleanlaz: clean
|
||||
|
Loading…
Reference in New Issue
Block a user