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
This commit is contained in:
Matthias Melcher
2007-02-13 13:54:56 +00:00
parent 474fa58939
commit b3dd53585e
+1 -1
View File
@@ -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...