summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-02-13 13:54:56 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-02-13 13:54:56 +0000
commitb3dd53585e9349feaaf19ad93fdd3555d9e59f40 (patch)
tree81e0a13cd1ab6486c7827836a190c5c5de3b1398 /test
parent474fa58939d6c4b832686c023987bc6054fe0b58 (diff)
Updated log message when generating source files from an .fl file. (STR #1600).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5694 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
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...