diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-04-28 01:28:57 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-04-28 01:28:57 +0000 |
| commit | 21be13edcd73b6007997cf60c2d14a95d34a2ac3 (patch) | |
| tree | 29de93bd37c93100eee47a89d5fe4bcdb0c85620 | |
| parent | a82fd641101d8360c7ae3a65b5d66d4430b4f2cc (diff) | |
| download | krb5-21be13edcd73b6007997cf60c2d14a95d34a2ac3.tar.gz krb5-21be13edcd73b6007997cf60c2d14a95d34a2ac3.tar.xz krb5-21be13edcd73b6007997cf60c2d14a95d34a2ac3.zip | |
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
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 094bc56dfb..f84769dbe8 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 e02f086fc6..f7009cfbca 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 |
