summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorwelch <welch>1998-07-28 17:33:43 (GMT)
committerwelch <welch>1998-07-28 17:33:43 (GMT)
commitf1eccf188c76eff692f68d81f6c74dfda2dc4916 (patch)
treeed320d12dd8861e3dae1922fd88b9b96f8805573 /unix/Makefile.in
parentcdf40f8995e744f50b32720721885bb05d2364ba (diff)
downloadtcl-f1eccf188c76eff692f68d81f6c74dfda2dc4916.zip
tcl-f1eccf188c76eff692f68d81f6c74dfda2dc4916.tar.gz
tcl-f1eccf188c76eff692f68d81f6c74dfda2dc4916.tar.bz2
DBGX changes
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 6071a3e..3d76d60 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -72,7 +72,7 @@ MAN3_INSTALL_DIR = $(MAN_INSTALL_DIR)/man3
MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann
# Libraries built with optimization switches have this additional extension
-DBGX = @DBGX@
+TCL_DBGX = @TCL_DBGX@
# warning flags
CFLAGS_WARNING = @CFLAGS_WARNING@
@@ -883,7 +883,7 @@ dist: $(UNIX_DIR)/configure
mkdir $(DISTDIR)/tests
cp -p $(TOP_DIR)/license.terms $(DISTDIR)/tests
cp -p $(TOP_DIR)/tests/*.test $(TOP_DIR)/tests/README \
- $(TOP_DIR)/tests/all $(TOP_DIR)/tests/remote.tcl \
+ $(TOP_DIR)/tests/all $(TOP_DIR)/tests/*.tcl \
$(TOP_DIR)/tests/defs $(DISTDIR)/tests
mkdir $(DISTDIR)/win
cp -p $(TOP_DIR)/win/*.c $(TOP_DIR)/win/*.h $(TOP_DIR)/win/*.rc \