summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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