diff options
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index ec799779b..15617fec0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -248,7 +248,7 @@ uninstall-osx: # FLUID file rules .fl.cxx .fl.h: ../fluid/fluid$(EXEEXT) - echo Generating $<... + echo Generating $@ from $<... ../fluid/fluid$(EXEEXT) -c $< # All demos depend on the FLTK library... |
