]> granicus.if.org Git - postgis/commitdiff
Added test.o to cleanup list
authorSandro Santilli <strk@keybit.net>
Mon, 11 Oct 2004 12:23:34 +0000 (12:23 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 11 Oct 2004 12:23:34 +0000 (12:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@983 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile

index 57382565700a0ea12a304455065b54c113294945..5a31c8e41344628627b90ada740cf97d5ddb7c3e 100644 (file)
@@ -152,7 +152,7 @@ clean distclean maintainer-clean: clean-lib
        rm -f $(OTHERS)
        rm -f liblwgeom_sa.o
        rm -f liblwgeom_sa.so
-       rm -f test
+       rm -f test test.o
 
 liblwgeom_sa.o: liblwgeom.c
        $(CC) -DSTANDALONE -o $@ -c $<