From 716121bc609ea22898151aae084c28cd289ec60d Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Tue, 2 Mar 2010 03:21:07 -0500 Subject: [PATCH] Don't break build if cleanup fails --- include/NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/NTMakefile b/include/NTMakefile index 01b805a8c..c4aa663e7 100644 --- a/include/NTMakefile +++ b/include/NTMakefile @@ -111,5 +111,5 @@ const char *heimdal_version = "$(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION)"; all:: $(INCFILES) clean:: - $(RM) $(INCFILES) + -$(RM) $(INCFILES) -- 2.11.4.GIT