Moved inclusion of PURIFY in LINKCC to configure
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index b4a4a43..6c5ddb1 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -70,7 +70,7 @@
 
 # === Variables that are customizable by hand or by inclusion in Setup ===
 
-LINKCC=		$(PURIFY) @LINKCC@
+LINKCC=		@LINKCC@
 INCLDIR=	$(srcdir)/../Include
 CONFIGINCLDIR=	..
 CFLAGS=		$(OPT) -I$(INCLDIR) -I$(CONFIGINCLDIR) $(DEFS)