summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormig <mig>2011-05-07 19:33:47 (GMT)
committermig <mig>2011-05-07 19:33:47 (GMT)
commit6d00769dbee50cacd2d1589a10f781dac7239cb0 (patch)
treebe44187cea00ad68a0b395d53341c72909ef0a13 /unix/Makefile.in
parent596815d099f25f231c5de896c82059b847501fad (diff)
parent38e40b2654633366717078677248920f4f42f59f (diff)
downloadtcl-6d00769dbee50cacd2d1589a10f781dac7239cb0.zip
tcl-6d00769dbee50cacd2d1589a10f781dac7239cb0.tar.gz
tcl-6d00769dbee50cacd2d1589a10f781dac7239cb0.tar.bz2
fix USE_TCLALLOC so that it can be enabled without editing the Makefile
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 20ba896..f00746d 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1007,11 +1007,8 @@ regerror.o: $(REGHDRS) $(GENERIC_DIR)/regerrs.h $(GENERIC_DIR)/regerror.c
tclAppInit.o: $(UNIX_DIR)/tclAppInit.c
$(CC) -c $(APP_CC_SWITCHES) $(UNIX_DIR)/tclAppInit.c
-# On Unix we want to use the normal malloc/free implementation, so we
-# specifically set the USE_TCLALLOC flag.
-
tclAlloc.o: $(GENERIC_DIR)/tclAlloc.c
- $(CC) -c $(CC_SWITCHES) -DUSE_TCLALLOC=0 $(GENERIC_DIR)/tclAlloc.c
+ $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclAlloc.c
tclAssembly.o: $(GENERIC_DIR)/tclAssembly.c $(COMPILEHDR)
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclAssembly.c