The "includes" target is *not* obsolete; it's necessary to copy the
authorTheodore Tso <tytso@mit.edu>
Wed, 22 Mar 1995 02:27:22 +0000 (02:27 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 22 Mar 1995 02:27:22 +0000 (02:27 +0000)
header files to the build tree.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5179 dc483132-0cff-0310-8789-dd5450dbe970

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

index 42ad71779f57925225244edcb5f22004c07ea912..036c41eff5d2783c4ce283f2b0a143722c9322bd 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar 21 21:06:06 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * Makefile.in (all-unix): The "includes" target is *not* obsolete;
+               it's necessary to copy the header files to the build tree.
+
 Fri Mar 17 19:42:45 1995  John Gilmore  (gnu at toad.com)
 
        * Makefile.in (LDFLAGS):  Eliminate, duplicate.
index 9654b894c36a526e5a2817e27b2cb2289090dd8c..330e9386448f118c0fe672a1fcde68d7c83f8bfd 100644 (file)
@@ -14,7 +14,7 @@ SRCS=$(ETSRCS) init_ets.c
 
 all:: all-$(WHAT)
 
-all-unix:: $(HDRS) $(OBJS)
+all-unix:: $(HDRS) includes $(OBJS)
 all-mac:: $(HDRS) $(OBJS)
 
 all-windows:: $(OBJS)