Add a simple way to enable purify; now you can set the Make variable

PURIFY (e.g. in the Setup file or on the make command line) to point
to the purify command, to run purify.
This commit is contained in:
Guido van Rossum 1997-08-02 02:06:20 +00:00
parent c46d22e52e
commit d0924f4585
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ INSTALL_SHARED= ${INSTALL} -m 555
# === Variables that are customizable by hand or by inclusion in Setup ===
LINKCC= $(CC)
LINKCC= $(PURIFY) $(CC)
INCLDIR= $(srcdir)/../Include
CONFIGINCLDIR= ..
CFLAGS= $(OPT) -I$(INCLDIR) -I$(CONFIGINCLDIR) $(DEFS)