fixed make bigidecomponents

git-svn-id: trunk@8415 -
This commit is contained in:
mattias 2006-01-02 23:19:57 +00:00
parent 936b078c20
commit cac522bc0b
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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