config.status. Remove on make clean.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10306
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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