From 4fb18ffbddfb1c6e5b90e42e6bfcd79117597f90 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 10 May 2023 14:41:48 +0200 Subject: Fix "Provide --without-fluid configure option" - cont'd (#725) --- test/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index fc1c8a003..f1187caf5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -243,8 +243,9 @@ GLALL = \ unittests$(EXEEXT) all: $(ALL) $(GLDEMOS) - -allfluid: $(ALLFLUID) + for dir in $(FLUIDDIR); do\ + $(MAKE) $(MFLAGS) $(ALLFLUID);\ + done gldemos: $(GLALL) -- cgit v1.2.3