+Wed Apr 29 10:00:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: duplicated the file copying stuff from
+ ..\gssapi\generic so that all the copying stuff can be
+ found in one place.
+
Thu Apr 20 11:32:09 1995 <tytso@rsx-11.mit.edu>
* krb5.h, k5-int.h: Inlined the following include files, to
all-windows::
copy $(BUILDTOP)\util\et\com_err.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
cd krb5
@echo Making in include\krb5
-$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD)
clean-windows::
$(RM) com_err.h
+ $(RM) gssapi\gssapi.h gssapi\gssapi_generic.h
+ if exist gssapi\nul rmdir gssapi
cd krb5
@echo Making clean in include\krb5
-$(MAKE) -$(MFLAGS) clean