]> granicus.if.org Git - python/commit
SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config
authorGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 21:04:23 +0000 (21:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Dec 2002 21:04:23 +0000 (21:04 +0000)
commitacd738feb38d64af1c6bdc62dd41cc70efa3d4bc
tree09d6b906ddcc81c0a3bffccd6c764ebe3645364d
parentc27f4bd423b39391e2160e29ef122d6ef983c67e
SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config
env.

This adds @CFLAGS@  and @CPPFLAGS@ to the end of the respective
variable definitions.  It also adds $(LDFLAGS) to the $(CC) invocation
to build $(PGEN).
Makefile.pre.in
Misc/NEWS