summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authormig <mig>2011-05-07 19:30:01 (GMT)
committermig <mig>2011-05-07 19:30:01 (GMT)
commit5b467e2225e8af91407974182d9e81c0c78d89b6 (patch)
tree323c5b8777546033b6b67234fe31763a09cf4f53 /unix
parent04b45bd073676b67f23c455352d3cd1982510320 (diff)
parent89e3f4e2a6f0888e2b2ced8345b65506a290a358 (diff)
downloadtcl-5b467e2225e8af91407974182d9e81c0c78d89b6.zip
tcl-5b467e2225e8af91407974182d9e81c0c78d89b6.tar.gz
tcl-5b467e2225e8af91407974182d9e81c0c78d89b6.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 6f193f1..782a89b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -944,11 +944,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