Windows: remove unnecessary clean rule lib/heimdal

Already deleting *.* no need to delete the library separately

Change-Id: Ibdc4aa2e8c08cc9958ab8ae9e1eb155b3a828369
This commit is contained in:
Jeffrey Altman
2013-09-13 21:44:32 -04:00
parent b9d7e33a2f
commit a7c9497c5d

View File

@@ -88,6 +88,3 @@ $(LIBHEIMDAL): $(LIBASN1) $(LIBWIND) $(LIBHCRYPTO) $(LIBHX509) $(LIBKRB5) $(LIBH
!endif
all:: $(LIBHEIMDAL)
clean::
-$(RM) $(LIBHEIMDAL)