Fixed typo in make file generation.
This commit is contained in:
parent
485e836535
commit
f37f13c3ad
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ ifndef HAVE_RULES
|
|||
endif
|
||||
|
||||
# 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
|
||||
ifdef ComSpec
|
||||
#### ComSpec is defined on some WIN32's.
|
||||
|
|
|
@ -207,7 +207,7 @@ int main(int argc, char **argv)
|
|||
|
||||
// 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"
|
||||
<< "# 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"
|
||||
<< " ifdef ComSpec\n"
|
||||
<< " #### ComSpec is defined on some WIN32's.\n"
|
||||
|
|
Loading…
Reference in New Issue