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 /src/include/Makefile.in | |
| 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
Diffstat (limited to 'src/include/Makefile.in')
| -rw-r--r-- | src/include/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
