summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-03 04:13:58 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-03 04:13:58 +0000
commit463311470a8b905185b15ceaa3fc292f84f73f91 (patch)
tree605bb9e588eff29c3ddd4b9e19d871b1b7f641bb /src
parent0812b5043cba55e183cb8d41bf04f648c128a18f (diff)
downloadkrb5-463311470a8b905185b15ceaa3fc292f84f73f91.tar.gz
krb5-463311470a8b905185b15ceaa3fc292f84f73f91.tar.xz
krb5-463311470a8b905185b15ceaa3fc292f84f73f91.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
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