From f787a1b4e4ef3c4ebf3b46fd55ef72b0dedc3520 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 2 Dec 2020 21:12:02 +0100 Subject: Remove build-time warning. The warning message was: Makefile:318: warning: ignoring prerequisites on suffix rule definition --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index ec3e5d0a8..8dc808edd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -314,7 +314,7 @@ uninstall-osx: $(RMDIR) $(DESTDIR)/Applications/sudoku.app # FLUID file rules -.fl.cxx .fl.h: ../fluid/fluid$(EXEEXT) +.fl.cxx .fl.h: echo Generating $@ and header from $<... $(FLUID_BUILD) -c $< -- cgit v1.2.3