From: Theodore Tso Date: Thu, 3 Nov 1994 04:13:58 +0000 (+0000) Subject: We're probably not going to be building in the top-level directory, X-Git-Tag: krb5-1.0-beta5~1027 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=463311470a8b905185b15ceaa3fc292f84f73f91;p=krb5.git We're probably not going to be building in the top-level directory, but even so, the CFLAGS should include $(DEFS). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4621 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 6bbc6cdb1..58905c8b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ Wed Nov 2 20:39:14 1994 Theodore Y. Ts'o (tytso@dcl) + * Makefile.in: We're probably not going to be building in the + top-level directory, but even so, the CFLAGS should + include $(DEFS). + * aclocal.m4: Don't recursively pass the CPPOPTS makefile variable down to subdirectories. diff --git a/src/Makefile.in b/src/Makefile.in index a8bfb69bf..80bfe4c61 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -CFLAGS = $(CCOPTS) +CFLAGS = $(CCOPTS) $(DEFS) LDFLAGS = -g prefix = /usr/local