summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-10-20 20:01:22 (GMT)
committerrjohnson <rjohnson>1998-10-20 20:01:22 (GMT)
commit8fd77f6049dc41f6accfdad45a5a35f9e4d32045 (patch)
tree7bb7d0512a160120280a494a983845a19204b741 /unix/Makefile.in
parent53bd99ffe47193d0d6314912e7251535c8628807 (diff)
downloadtcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.zip
tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.tar.gz
tcl-8fd77f6049dc41f6accfdad45a5a35f9e4d32045.tar.bz2
Changed config & Makefile to support n32 on IRIX.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 332eed2..0ff4161 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.12 1998/10/05 22:32:11 escoffon Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.13 1998/10/20 20:01:23 rjohnson Exp $
# Current Tcl version; used in various names.
@@ -192,7 +192,7 @@ TCL_LIB_FLAG = @TCL_LIB_FLAG@
COMPAT_OBJS = @LIBOBJS@
-AC_FLAGS = @DEFS@
+AC_FLAGS = @EXTRA_CFLAGS@ @DEFS@
RANLIB = @RANLIB@
SRC_DIR = @srcdir@
TOP_DIR = @srcdir@/..
@@ -403,7 +403,7 @@ topDirName:
gendate:
yacc -l $(GENERIC_DIR)/tclGetDate.y
sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \
- -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.12 1998/10/05 22:32:11 escoffon Exp $'
+ -e 's/SCCSID/RCS: @(#) $Id: Makefile.in,v 1.13 1998/10/20 20:01:23 rjohnson Exp $'
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
<y.tab.c >$(GENERIC_DIR)/tclDate.c