FLTK logo

[master] f787a1b - Remove build-time warning.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] f787a1b - Remove build-time warning. "ManoloFLTK" Dec 02, 2020  
 
commit f787a1b4e4ef3c4ebf3b46fd55ef72b0dedc3520
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Wed Dec 2 21:12:02 2020 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Dec 2 21:12:15 2020 +0100

    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(-)

diff --git test/Makefile test/Makefile
index ec3e5d0..8dc808e 100644
--- test/Makefile
+++ 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 $<
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.