]> granicus.if.org Git - postgis/commitdiff
Don't choke on clean when there's nothing to clean
authorSandro Santilli <strk@keybit.net>
Wed, 17 Mar 2010 07:40:41 +0000 (07:40 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 17 Mar 2010 07:40:41 +0000 (07:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5446 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/Makefile.in

index b1b34104b7aa261d7b8e56cc289674d675f25802..28453f9e11e0bd11f4dcd98bbb3bbd76c459962b 100644 (file)
@@ -57,8 +57,8 @@ $(OBJS): %.o: %.c
 
 # Clean target
 clean:
-       @rm $(OBJS)
-       @rm cu_tester
+       @rm -f $(OBJS)
+       @rm -f cu_tester
 
 # Requirements message
 requirements_not_met_cunit: