We're probably not going to be building in the top-level directory,
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Nov 1994 04:13:58 +0000 (04:13 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Nov 1994 04:13:58 +0000 (04:13 +0000)
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
src/Makefile.in

index 6bbc6cdb16ccb831a7d6daa0cdfff63bed909ed6..58905c8b9b78b5f4dd61cba33a920ecc9b4a3d78 100644 (file)
@@ -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.
 
index a8bfb69bfcc23e5b8c6cd5033deb1fe7c0f590b8..80bfe4c61f1b39d90ec932184fa33a39fec25e12 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS = $(CCOPTS)
+CFLAGS = $(CCOPTS) $(DEFS)
 LDFLAGS = -g
 
 prefix = /usr/local