diff options
author | Brad King <brad.king@kitware.com> | 2003-12-08 20:05:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-12-08 20:05:16 (GMT) |
commit | 2b957198fdb0d75a86b9a3804a5ffed14b4f9fbd (patch) | |
tree | fde1c0f55f71aae1bb87a45ee1ca6f23862601d1 /Source/cmListFileLexer.in.l | |
parent | c05b800f9fda5a72c4bb775d0ffa935d362ef91f (diff) | |
download | CMake-2b957198fdb0d75a86b9a3804a5ffed14b4f9fbd.zip CMake-2b957198fdb0d75a86b9a3804a5ffed14b4f9fbd.tar.gz CMake-2b957198fdb0d75a86b9a3804a5ffed14b4f9fbd.tar.bz2 |
ERR: Fixed comment about how to run flex to reflect new name of this file.
Diffstat (limited to 'Source/cmListFileLexer.in.l')
-rw-r--r-- | Source/cmListFileLexer.in.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileLexer.in.l b/Source/cmListFileLexer.in.l index 7878344..33cff6e 100644 --- a/Source/cmListFileLexer.in.l +++ b/Source/cmListFileLexer.in.l @@ -21,7 +21,7 @@ This file must be translated to C and modified to build everywhere. Run flex like this: - flex -ocmListFileLexer.c cmListFileLexer.l + flex -ocmListFileLexer.c cmListFileLexer.in.l Modify cmListFileLexer.c: - remove TABs |