summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-10-26 23:32:32 +0000
committerTheodore Tso <tytso@mit.edu>1994-10-26 23:32:32 +0000
commitf2efb77ea42205c28f451900d3ac5d1c0dcf3407 (patch)
tree8d006e7f7633864310d6d284955e58c6c540aa0b /src
parent56ebc255f9d5611a8c8085a92dc222d1abe6e820 (diff)
Control -g/-O via $(CCOPTS)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4581 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/popper/ChangeLog4
-rw-r--r--src/appl/popper/Makefile.in3
2 files changed, 5 insertions, 2 deletions
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