From: Theodore Tso Date: Wed, 26 Oct 1994 23:32:32 +0000 (+0000) Subject: Control -g/-O via $(CCOPTS) X-Git-Tag: krb5-1.0-beta5~1063 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2efb77ea42205c28f451900d3ac5d1c0dcf3407;p=krb5.git Control -g/-O via $(CCOPTS) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4581 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/popper/ChangeLog b/src/appl/popper/ChangeLog index 0eb6993f6..1f5266aa6 100644 --- a/src/appl/popper/ChangeLog +++ b/src/appl/popper/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 26 15:00:13 1994 (tytso@rsx-11) + + * Makefile.in (CFLAGS): Control -g/-O via $(CCOPTS) + Mon Oct 3 19:17:15 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Use $(srcdir) to find manual page for make install. diff --git a/src/appl/popper/Makefile.in b/src/appl/popper/Makefile.in index aaf1f2e6f..838882633 100644 --- a/src/appl/popper/Makefile.in +++ b/src/appl/popper/Makefile.in @@ -5,8 +5,7 @@ # -DPOP_PVT_PASSWD : use a private passwd file for users of the POP mail service # -DMAILDIR : Set to site specific other than default. # -CFLAGS = -g -DMAILDIR=\"/usr/spool/pop\" -DKERBEROS -DKRB5 -DDEBUG $(DEFS) $(LOCALINCLUDE) -LDFLAGS = -g +CFLAGS = $(CCOPTS) -DMAILDIR=\"/usr/spool/pop\" -DKERBEROS -DKRB5 -DDEBUG $(DEFS) $(LOCALINCLUDE) KRB5MANROOT = $(KRB5ROOT)/man ADMIN_BINDIR = $(KRB5ROOT)/admin