Obey CCOPTS in CFLAGS declaration
authorTheodore Tso <tytso@mit.edu>
Wed, 19 Oct 1994 16:33:41 +0000 (16:33 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 19 Oct 1994 16:33:41 +0000 (16:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4542 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/gss-sample/ChangeLog
src/appl/gss-sample/Makefile.in

index f61f696a7e23f710229f4dea90b53d38549b0934..f2c58912d5bfa35daffd324ca24d82dd8f3da09e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct 19 12:32:41 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Obey CCOPTS in CFLAGS declaration
+
 Wed Oct 12 02:29:38 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * Makefile.in: Add OBJS definition so that object files get
index feb14fcde1ac8d0d42e57c19bdb5a95a8ee41d60..d1bdb14fe961ccb7dfb9e446f0eca00e3526d00a 100644 (file)
@@ -1,5 +1,4 @@
-CFLAGS = -g $(DEFS) $(LOCALINCLUDE)
-LDFLAGS = -g
+CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
 
 ISODELIB=@ISODELIB@
 COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a