]> granicus.if.org Git - postgis/commitdiff
Fixed clean-lib rule (wasn't removing anything!)
authorSandro Santilli <strk@keybit.net>
Wed, 20 Apr 2005 15:17:37 +0000 (15:17 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 20 Apr 2005 15:17:37 +0000 (15:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1658 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile

index ea9450e7eee08edaa180cf9183f1c5eb532b0b87..bf1127083415c5936c38eac4113a6f4210854c3e 100644 (file)
@@ -161,7 +161,7 @@ uninstall-lwgeom-scripts:
 uninstall: uninstall-lib uninstall-lwgeom-scripts
 
 clean-lib:
-       rm -f $(SHAREDLIB)
+       rm -f $(SHLIB) $(SHLIB_MAJOR) $(SHLIB_BARE)
 
 clean distclean: clean-lib
        rm -f *.o *.so *.a test $(OTHERS)