summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-02-13 13:55:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-02-13 13:55:58 +0000
commit8adb964b4899594d920ac13237ad3a6b8d08e200 (patch)
tree742f46bc9f6f11ec762e5d63e8e69d27829e45bc /test
parentb3dd53585e9349feaaf19ad93fdd3555d9e59f40 (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@5695 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 15617fec0..3621a41fb 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 $@ from $<...
+ echo Generating $@ and header from $<...
../fluid/fluid$(EXEEXT) -c $<
# All demos depend on the FLTK library...