Make -I options work when the build and source tree are different
authorTheodore Tso <tytso@mit.edu>
Wed, 22 Mar 1995 20:27:00 +0000 (20:27 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 22 Mar 1995 20:27:00 +0000 (20:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5191 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/Makefile.in

index a5cb512d7d4d99b34e7e004d868de2f2d285ddf6..6974ed5e08fb9b6a5d73cf2312fd8a2283b2528d 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 22 11:47:49 1995    <tytso@rsx-11.mit.edu>
+
+       * Makefile.in (CFLAGS): Make -I options work when the build and
+               source tree are different.
+
 Fri Mar 17 19:19:07 1995  John Gilmore  (gnu at toad.com)
 
        * Makefile.in (LDFLAGS):  Remove, duplicates config/pre.in.
index e64869fe24939df262b4a952bbcc94ab8c1b16dc..6b73fcd57b52a0ea31ddda1d03c41c67ce8a2c1d 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS = $(CCOPTS) $(DEFS) -I$(C)file -I$(C)stdio
+CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)$(S)file -I$(srcdir)$(S)stdio
 
 ##DOSBUILDTOP = ..\..\..
 ##DOSLIBNAME=..\krb5.lib