* Makefile.in (includes): The header is krb_err.h, not
authorTom Yu <tlyu@mit.edu>
Thu, 9 Apr 1998 22:44:44 +0000 (22:44 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 9 Apr 1998 22:44:44 +0000 (22:44 +0000)
/krb_err.h.

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

src/lib/krb4/ChangeLog
src/lib/krb4/Makefile.in

index c3748755d17e282961addb7b386da76f0fd8f828..05291fef98212dadc10fc66607f6f247b48a3020 100644 (file)
@@ -1,3 +1,8 @@
+Thu Apr  9 18:44:16 1998  Tom Yu  <tlyu@mit.edu>
+
+       * Makefile.in (includes): The header is krb_err.h, not
+       /krb_err.h.
+
 Sun Apr  5 19:51:21 1998  Tom Yu  <tlyu@mit.edu>
 
        * g_cnffile.c (krb__get_srvtabname): Fix up to not free context
index a190a204a8fae020e08c622fcfc978c305e2a70b..1ea6526eca44510c875b21e9b2a34fab4ba6a113 100644 (file)
@@ -198,7 +198,7 @@ depend:: krb_err.h
 depend:: $(CODE) 
 
 includes:: krb_err.h
-       if cmp /krb_err.h $(EHDRDIR)/krb_err.h >/dev/null 2>&1; then :; \
+       if cmp krb_err.h $(EHDRDIR)/krb_err.h >/dev/null 2>&1; then :; \
        else \
                (set -x; $(RM) $(EHDRDIR)/krb_err.h; \
                 $(CP) krb_err.h $(EHDRDIR)/krb_err.h) ; \