diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-09 19:57:30 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-09 19:57:30 (GMT) |
commit | 7b917000aa6ac9e1b999cace4fad33fe5267feca (patch) | |
tree | 04f220933c28343ec97e74247e012a5b6079b392 /Source/cmGlobalMSYSMakefileGenerator.h | |
parent | 330062c0cee22355d1cd324242a2dba49c2ab4d0 (diff) | |
download | CMake-7b917000aa6ac9e1b999cace4fad33fe5267feca.zip CMake-7b917000aa6ac9e1b999cace4fad33fe5267feca.tar.gz CMake-7b917000aa6ac9e1b999cace4fad33fe5267feca.tar.bz2 |
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
make export() work with spaces in the path
Alex
Diffstat (limited to 'Source/cmGlobalMSYSMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalMSYSMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalMSYSMakefileGenerator.h b/Source/cmGlobalMSYSMakefileGenerator.h index cdedb3b..c69ed1e 100644 --- a/Source/cmGlobalMSYSMakefileGenerator.h +++ b/Source/cmGlobalMSYSMakefileGenerator.h @@ -17,7 +17,7 @@ #ifndef cmGlobalMSYSMakefileGenerator_h #define cmGlobalMSYSMakefileGenerator_h -#include "cmGlobalUNIXMakefileGenerator3.h" +#include "cmGlobalUnixMakefileGenerator3.h" /** \class cmGlobalMSYSMakefileGenerator * \brief Write a NMake makefiles. |