summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-10-20 20:02:36 (GMT)
committerrjohnson <rjohnson>1998-10-20 20:02:36 (GMT)
commit7fd1d51b3339e75468f95c4a81056dd21313492c (patch)
tree98a6c8cdeb7ae95f2ed7e1f445fc7324bcc595ac /unix/Makefile.in
parent0fbfe58bf8152bb450a4414115379cc74938595f (diff)
downloadtk-7fd1d51b3339e75468f95c4a81056dd21313492c.zip
tk-7fd1d51b3339e75468f95c4a81056dd21313492c.tar.gz
tk-7fd1d51b3339e75468f95c4a81056dd21313492c.tar.bz2
Changed config & Makefile to support n32 format on IRIX.
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 072cb59..b4299df 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.10 1998/09/23 20:18:03 build Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.11 1998/10/20 20:02:37 rjohnson Exp $
# Current Tk version; used in various names.
@@ -187,7 +187,7 @@ TK_LD_SEARCH_FLAGS = @TK_LD_SEARCH_FLAGS@
# modify any of this stuff by hand.
#----------------------------------------------------------------
-AC_FLAGS = @DEFS@
+AC_FLAGS = @EXTRA_CFLAGS@ @DEFS@
RANLIB = @RANLIB@
SRC_DIR = @srcdir@/..
TOP_DIR = @srcdir@/..