Windows: Missing clean targets shouldn't be fatal

This commit is contained in:
Asanka Herath
2010-08-20 16:57:46 -04:00
parent 92bdd469bc
commit 6304b4d2ef
2 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ asm-krb: \
all:: asm-krb
clean::
$(RM) $(ASMKRBDIR)\*.*
-$(RM) $(ASMKRBDIR)\*.*
{$(BINDIR)}.dll{$(ASMKRBDIR)}.dll:
$(CP) $< $@
@@ -126,7 +126,7 @@ asm-gss: \
all:: asm-gss
clean::
$(RM) $(ASMGSSDIR)\*.*
-$(RM) $(ASMGSSDIR)\*.*
{$(BINDIR)}.dll{$(ASMGSSDIR)}.dll:
$(CP) $< $@
@@ -140,7 +140,7 @@ test::
all:: $(APPMANIFEST)
clean::
$(RM) $(APPMANIFEST)
-$(RM) $(APPMANIFEST)
$(APPMANIFEST): Heimdal.Application.manifest.in
$(SED) -e "s,[@]gssname[@],$(ASMGSSNAME),g" \

View File

@@ -108,7 +108,7 @@ $(BINDIR)\krb5_64.dll: $(KRB5_SHIM_OBJS)
all:: $(FILES)
clean::
$(RM) $(FILES)
-$(RM) $(FILES)
!ifdef DEV