Remove build-time warning.
The warning message was: Makefile:318: warning: ignoring prerequisites on suffix rule definition
This commit is contained in:
parent
d1c7caec3b
commit
f787a1b4e4
@ -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 $<
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user