1998-05-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+ * Makefile.in: Don't depend on $(RM) macro being defined when
+ building kerbsrc-nt.zip
+
* Makefile.in: include krb5/ccache/memory and windows/lib in
the list of directories built by the Windows build.
When building kerbsrc-nt.zip, put a copy of mkbin.bat
$(INC)kv5m_err.h $(INC)asn1_err.h
$(INC)krb5.h: $(KRBHDEP)
- $(RM) $@
+ rm -f $@
cat $(KRBHDEP) > $@
$(PR)profile.h: $(PR)profile.hin $(PR)prof_err.h
- $(RM) $@
+ rm -f $@
cat $(PR)profile.hin $(PR)prof_err.h > $@
$(GG)gssapi.h: $(GG)gssapi.hin
- $(RM) $@
+ rm -f $@
cat $(GG)gssapi.hin > $@
awk-windows-mac: $(ETOUT) $(HOUT)
clean-windows-mac:
- $(RM) $(CLEANUP)
+ rm -f $(CLEANUP)