Remove my last week's CFLAGS hack from Makefile.inc, and fix

info/Makefile instead to not clobber the settings inherited from
/etc/make.conf.
This commit is contained in:
Joerg Wunsch 1995-07-16 10:24:18 +00:00
parent dd9ba30492
commit d6d2ae6a56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9544
3 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,4 @@
# Texinfo defaults.
# $Id: Makefile.inc,v 1.2 1994/09/15 12:09:36 jkh Exp $
# $Id: Makefile.inc,v 1.3 1995/07/08 16:45:49 joerg Exp $
INFODIR?= /usr/share/info
CFLAGS+= -O2 -pipe

View File

@ -11,8 +11,6 @@ SRCS+= infodoc.c infomap.c m-x.c nodes.c search.c session.c signals.c
SRCS+= terminal.c tilde.c window.c indices.c doc.c nodemenu.c
SRCS+= footnotes.c variables.c gc.c xmalloc.c getopt1.c getopt.c
CFLAGS=
CFLAGS+= -I${.CURDIR}
CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1

View File

@ -39,8 +39,8 @@ LOADLIBES = $(LIBS)
SHELL = /bin/sh
CFLAGS = -g
LDFLAGS = -g
CFLAGS = -O2
LDFLAGS = -O2
prefix = /usr/local
exec_prefix = $(prefix)