]> granicus.if.org Git - postgis/commitdiff
Do not error out if things are clean already
authorSandro Santilli <strk@keybit.net>
Thu, 14 Apr 2011 10:38:22 +0000 (10:38 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 14 Apr 2011 10:38:22 +0000 (10:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7028 b70326c6-7e19-0410-871a-916f4a2858ee

loader/cunit/Makefile.in

index 022612c681ba68cddcb9b87945df11c5fcfc9c8e..ac25e5238a46b82f662f78df8cc25a0aebae37b9 100644 (file)
@@ -71,7 +71,7 @@ $(OBJS): %.o: %.c
 
 # Clean target
 clean:
-       @rm $(OBJS)
+       @rm -f $(OBJS)
        @rm -f cu_tester.exe
 
 # Requirements message