diff options
author | rjohnson <rjohnson> | 1998-10-20 20:01:22 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1998-10-20 20:01:22 (GMT) |
commit | 8fd77f6049dc41f6accfdad45a5a35f9e4d32045 (patch) | |
tree | 7bb7d0512a160120280a494a983845a19204b741 /unix/Makefile.in | |
parent | 53bd99ffe47193d0d6314912e7251535c8628807 (diff) | |
download | tcl-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.in | 6 |
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 |