]> granicus.if.org Git - python/commit
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 2 Jun 2001 06:16:02 +0000 (06:16 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sat, 2 Jun 2001 06:16:02 +0000 (06:16 +0000)
commit89e90d67aa73163b368f0dc42ed78310bda00ac5
treebb7ad7331037051274914dabd6d4231ff396f8f2
parentf4b33f61fb83f54d3086ef28c34e71a18ade2b9d
Separate CFLAGS and CPPFLAGS.  CFLAGS should not contain preprocessor
directives, which is the role of CPPFLAGS.  Closes SF patch #414991.
Demo/embed/Makefile
Demo/pysvr/Makefile
Makefile.pre.in
Misc/Makefile.pre.in
Modules/makesetup
Tools/freeze/freeze.py
Tools/freeze/makemakefile.py