From: Keith Vetter Date: Thu, 25 May 1995 18:44:33 +0000 (+0000) Subject: For the PC, don't copy profile.h until we make in the include directory X-Git-Tag: krb5-1.0-beta6~1924 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f8764330322f9f21b797971f7a8b5c791e8de20;p=krb5.git For the PC, don't copy profile.h until we make in the include directory git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5877 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index a2e52f3c8..a4937f903 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Thu May 25 11:30:00 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: don't copy profile.h here but do it in include/makefile. + Tue May 23 15:39:40 1995 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Generate krb5.h from krb5.hin in awk-windows, for @@ -33,7 +37,6 @@ Sat Apr 29 14:13:45 1995 Ezra Peisach (epeisach@kangaroo.mit.edu) * aclocal.m4 (WITH_KRB4): fix so configure --help looks nice. - Fri Apr 28 15:27:45 EDT 1995 Paul Park (pjpark@mit.edu) * aclocal.m4 (WITH_KRB4): fix KDB4_LIB location when --with-krb4 has a value. diff --git a/src/Makefile.in b/src/Makefile.in index 9796f31f6..8873c9169 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -288,6 +288,5 @@ awk-windows: gawk -f $(AH) outfile=$(PR)prof_err.h $(PR)prof_err.et gawk -f $(AC) outfile=$(PR)prof_err.c $(PR)prof_err.et cat $(PR)/profile.hin $(PR)prof_err.h > $(PR)profile.h - cp $(PR)profile.h include/profile.h cat $(IN)/krb5.hin $(INC)/krb5_err.h $(INC)/kdb5_err.h \ $(INC)/kv5m_err.h $(INC)/asn1_err.h > $(IN)/krb5.h