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