diff --git a/components/Makefile b/components/Makefile index 24b5cd21a8..a1a513efcd 100644 --- a/components/Makefile +++ b/components/Makefile @@ -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 diff --git a/components/Makefile.fpc b/components/Makefile.fpc index d200cdb583..d315a82e86 100644 --- a/components/Makefile.fpc +++ b/components/Makefile.fpc @@ -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