summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authormig <mig>2011-05-07 19:22:13 (GMT)
committermig <mig>2011-05-07 19:22:13 (GMT)
commit52c5ec6c788e89bbec00c3ec1e87cba1b04ea66f (patch)
treead33a3e7848e56bc7af6be1a1bcb46b158480663 /unix
parentc59119a17a72e69b6f2d269226e6c7f0d5eb7a62 (diff)
downloadtcl-52c5ec6c788e89bbec00c3ec1e87cba1b04ea66f.zip
tcl-52c5ec6c788e89bbec00c3ec1e87cba1b04ea66f.tar.gz
tcl-52c5ec6c788e89bbec00c3ec1e87cba1b04ea66f.tar.bz2
fix USE_TCLALLOC so that it can be enabled without editing the Makefile
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 8585f93..e741ea7 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -844,11 +844,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
tclAsync.o: $(GENERIC_DIR)/tclAsync.c
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclAsync.c