summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-05-25 18:44:33 +0000
committerKeith Vetter <keithv@fusion.com>1995-05-25 18:44:33 +0000
commit9f8764330322f9f21b797971f7a8b5c791e8de20 (patch)
tree665fa2e14862c33dd7682bda839fac45c0e3432e /src
parent066683e65ebc6c68543c4b268484ca4fcc214c14 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in1
2 files changed, 4 insertions, 2 deletions
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