From: Theodore Tso Date: Wed, 19 Oct 1994 16:33:41 +0000 (+0000) Subject: Obey CCOPTS in CFLAGS declaration X-Git-Tag: krb5-1.0-beta5~1094 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6cea3132e0d4b0e54448697a1cec45a28a86df36;p=krb5.git Obey CCOPTS in CFLAGS declaration git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4542 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index f61f696a7..f2c58912d 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -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 diff --git a/src/appl/gss-sample/Makefile.in b/src/appl/gss-sample/Makefile.in index feb14fcde..d1bdb14fe 100644 --- a/src/appl/gss-sample/Makefile.in +++ b/src/appl/gss-sample/Makefile.in @@ -1,5 +1,4 @@ -CFLAGS = -g $(DEFS) $(LOCALINCLUDE) -LDFLAGS = -g +CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) ISODELIB=@ISODELIB@ COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a