From: Sandro Santilli Date: Wed, 20 Apr 2005 15:17:37 +0000 (+0000) Subject: Fixed clean-lib rule (wasn't removing anything!) X-Git-Tag: pgis_1_1_0~408 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f384ce9f8af7da83e8eb9bb9d163704576663bd1;p=postgis Fixed clean-lib rule (wasn't removing anything!) git-svn-id: http://svn.osgeo.org/postgis/trunk@1658 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index ea9450e7e..bf1127083 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -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)