From: Sandro Santilli Date: Tue, 8 Mar 2005 16:41:28 +0000 (+0000) Subject: Simplified clean rule X-Git-Tag: pgis_1_0_0RC4~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17f5c20570960367cd8358f8c2ebd97a5645d23a;p=postgis Simplified clean rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1522 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index bdb968bb8..90820e158 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -177,11 +177,7 @@ uninstall-lwgeom-scripts: uninstall: uninstall-lib uninstall-lwgeom-scripts clean distclean: clean-lib - @rm -f $(OBJS) - @rm -f $(OTHERS) - @rm -f liblwgeom_sa.o - @rm -f liblwgeom_sa.so - @rm -f test test.o + rm -f *.o *.so *.a test maintainer-clean: clean rm -f lex.yy.c wktparse.tab.c wktparse.tab.h