diff --git a/components/Makefile b/components/Makefile index 0e052102a9..37c18ff848 100644 --- a/components/Makefile +++ b/components/Makefile @@ -1940,11 +1940,11 @@ bigidecomponents: all $(MAKE) -C projecttemplates $(MAKE) -C memds $(MAKE) -C sdf + $(MAKE) -C tachart ifneq ($(OS_TARGET),darwin) $(MAKE) -C tdbf ifneq ($(OS_TARGET),win64) $(MAKE) -C sqldb - $(MAKE) -C tachart endif endif cleanlaz: clean diff --git a/components/Makefile.fpc b/components/Makefile.fpc index b9eb6f84a4..5cef8724bc 100644 --- a/components/Makefile.fpc +++ b/components/Makefile.fpc @@ -33,11 +33,11 @@ bigidecomponents: all $(MAKE) -C projecttemplates $(MAKE) -C memds $(MAKE) -C sdf + $(MAKE) -C tachart ifneq ($(OS_TARGET),darwin) $(MAKE) -C tdbf ifneq ($(OS_TARGET),win64) $(MAKE) -C sqldb - $(MAKE) -C tachart endif endif