From: Sandro Santilli Date: Thu, 14 Apr 2011 10:38:22 +0000 (+0000) Subject: Do not error out if things are clean already X-Git-Tag: 2.0.0alpha1~1774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebf3d2dc1beef56cc0accf313d8ff07931788449;p=postgis Do not error out if things are clean already git-svn-id: http://svn.osgeo.org/postgis/trunk@7028 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/cunit/Makefile.in b/loader/cunit/Makefile.in index 022612c68..ac25e5238 100644 --- a/loader/cunit/Makefile.in +++ b/loader/cunit/Makefile.in @@ -71,7 +71,7 @@ $(OBJS): %.o: %.c # Clean target clean: - @rm $(OBJS) + @rm -f $(OBJS) @rm -f cu_tester.exe # Requirements message