summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-12-02 21:12:02 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2020-12-02 21:12:15 +0100
commitf787a1b4e4ef3c4ebf3b46fd55ef72b0dedc3520 (patch)
tree01663bf31472449ae57e2faf8f499653fa232b42 /test/Makefile
parentd1c7caec3bf726ac137566ced91d067591a71e7e (diff)
Remove build-time warning.
The warning message was: Makefile:318: warning: ignoring prerequisites on suffix rule definition
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<