diff options
author | Brad King <brad.king@kitware.com> | 2005-01-26 21:10:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-01-26 21:10:31 (GMT) |
commit | d69cc8c63f45855449645932d587a72631056aab (patch) | |
tree | 70edce242829baf85174e6da6d40fb6103b0f162 /Source/cmDependsFortranLexer.in.l | |
parent | f1b52f3f985d2c9522c00d666279ae8067c31305 (diff) | |
download | CMake-d69cc8c63f45855449645932d587a72631056aab.zip CMake-d69cc8c63f45855449645932d587a72631056aab.tar.gz CMake-d69cc8c63f45855449645932d587a72631056aab.tar.bz2 |
COMP: Added additional instructions about how to modify the generated files.
Diffstat (limited to 'Source/cmDependsFortranLexer.in.l')
-rw-r--r-- | Source/cmDependsFortranLexer.in.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsFortranLexer.in.l b/Source/cmDependsFortranLexer.in.l index 4a6518fb..dee871c 100644 --- a/Source/cmDependsFortranLexer.in.l +++ b/Source/cmDependsFortranLexer.in.l @@ -51,6 +51,7 @@ Modify cmDependsFortranLexer.h: #ifdef __cplusplus } #endif + - remove the block that includes unistd.h */ |