diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1997-11-21 05:37:58 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1997-11-21 05:37:58 +0000 |
| commit | 9e55dea6666533506adb250f07ccebfcda159a02 (patch) | |
| tree | 9d8bd6344ea48e55e06a648e2af6c75dd082ba72 /src/lib/rpc | |
| parent | 2f3af20d4bf08435f9ac2790e1991261f1b7e6c7 (diff) | |
| download | krb5-9e55dea6666533506adb250f07ccebfcda159a02.tar.gz krb5-9e55dea6666533506adb250f07ccebfcda159a02.tar.xz krb5-9e55dea6666533506adb250f07ccebfcda159a02.zip | |
* Makefile.in (types.h): Add rules to generate file by running
config.status. Remove on make clean.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10306 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/rpc/Makefile.in | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 38be12870..43920b96c 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 21 00:37:14 1997 Ezra Peisach <epeisach@mit.edu> + + * Makefile.in (types.h): Add rules to generate file by running + config.status. Remove on make clean. + Tue Oct 21 14:31:33 1997 Ezra Peisach <epeisach@mit.edu> * svc_auth_gssapi.c (destroy_client): Fix to not lose entries in diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in index 2712778b4..9a61ebd49 100644 --- a/src/lib/rpc/Makefile.in +++ b/src/lib/rpc/Makefile.in @@ -183,3 +183,17 @@ check-windows:: clean-unix:: clean-liblinks clean-libs clean-libobjs clean-windows:: + +# Should only rebuild types.h here (use CONFIG_FILES=), but the weird krb5 +# makefile post-processing is unconditional and would trash the makefile. +types.h: types.stamp +types.stamp: $(srcdir)/types.hin config.status + $(SHELL) config.status + touch types.stamp + +clean-unix:: + $(RM) types.h types.stamp +clean-mac:: + $(RM) types.h types.stamp +clean-windows:: + $(RM) types.h types.stamp |
