From 463311470a8b905185b15ceaa3fc292f84f73f91 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 3 Nov 1994 04:13:58 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 4 ++++ src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.26.2