Fixed typo in make file generation.

This commit is contained in:
Edoardo Prezioso 2012-02-17 20:12:41 +01:00
parent 485e836535
commit f37f13c3ad
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ ifndef HAVE_RULES
endif endif
# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles. # Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.
# The _GLIBCXX_DEBUG define doesn't work in cygin or other Win32 systems. # The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems.
ifndef COMSPEC ifndef COMSPEC
ifdef ComSpec ifdef ComSpec
#### ComSpec is defined on some WIN32's. #### ComSpec is defined on some WIN32's.

View File

@ -207,7 +207,7 @@ int main(int argc, char **argv)
// The _GLIBCXX_DEBUG doesn't work in cygwin or other Win32 systems. // The _GLIBCXX_DEBUG doesn't work in cygwin or other Win32 systems.
fout << "# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.\n" fout << "# Set the CPPCHK_GLIBCXX_DEBUG flag. This flag is not used in release Makefiles.\n"
<< "# The _GLIBCXX_DEBUG define doesn't work in cygin or other Win32 systems.\n" << "# The _GLIBCXX_DEBUG define doesn't work in Cygwin or other Win32 systems.\n"
<< "ifndef COMSPEC\n" << "ifndef COMSPEC\n"
<< " ifdef ComSpec\n" << " ifdef ComSpec\n"
<< " #### ComSpec is defined on some WIN32's.\n" << " #### ComSpec is defined on some WIN32's.\n"