aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index a1862cd0..b7d7c0ab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for GNU Awk.
#
-# Copyright (C) 1986, 1988-1992 the Free Software Foundation, Inc.
+# Copyright (C) 1986, 1988-1993 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Progamming Language.
@@ -40,7 +40,7 @@ infodir = $(prefix)/info
# the config directory as examples and using the comments in config.in
# as a guide.
-CC= gcc
+CC= gcc -g
##MAKE_CC## CC = cc
PROFILE= #-pg
@@ -87,7 +87,7 @@ VFLAGS=
##MAKE_NeXT## VFLAGS = -DGFMT_WORKAROUND
-CFLAGS = -g -O
+CFLAGS = -O
FLAGS = -DGAWK -DHAVE_CONFIG_H $(VFLAGS) $(DEBUG) $(PROFILE) $(WARN)
LDFLAGS = $(LINKSTATIC) $(PROFILE)
@@ -128,7 +128,7 @@ TEXFILES= gawk.aux gawk.cp gawk.cps gawk.fn gawk.fns gawk.ky gawk.kys \
gawk.pg gawk.pgs gawk.toc gawk.tp gawk.tps gawk.vr gawk.vrs
MISC = NEWS COPYING FUTURES Makefile.* PROBLEMS README* PORTS POSIX \
- mungeconf configure ACKNOWLEDGMENT LIMITATIONS
+ mungeconf configure ACKNOWLEDGMENT LIMITATIONS INSTALL
OTHERS= pc/* atari/* vms/*