From 21be13edcd73b6007997cf60c2d14a95d34a2ac3 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Fri, 28 Apr 1995 01:28:57 +0000 Subject: [PATCH] Have makefile copy profile.h for configuring on the PC git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5588 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 4 ++++ src/include/Makefile.in | 1 + 2 files changed, 5 insertions(+) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 094bc56df..f84769dbe 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 27 18:27:36 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: duplicate copying the profile.h file for the PC. + Thu Apr 27 17:57:36 1995 Keith Vetter (keithv@fusion.com) * krb5.h: krb5_mk_req somehow got INTERFACE added to it--removed it. diff --git a/src/include/Makefile.in b/src/include/Makefile.in index e02f086fc..f7009cfbc 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -8,6 +8,7 @@ all-mac:: all-windows:: copy $(BUILDTOP)\util\et\com_err.h . + copy $(BUILDTOP)\util\profile\profile.h . if not exist gssapi\nul mkdir gssapi copy $(BUILDTOP)\lib\gssapi\generic\gssapi.h gssapi copy $(BUILDTOP)\lib\gssapi\generic\gssapi_generic.h gssapi -- 2.26.2