From: Sandro Santilli Date: Tue, 5 Oct 2004 21:08:04 +0000 (+0000) Subject: Made clean rule verbose X-Git-Tag: pgis_1_0_0RC1~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80f1a0cb67fb36f8d50f4bd54b400d6e2e27fbd3;p=postgis Made clean rule verbose git-svn-id: http://svn.osgeo.org/postgis/trunk@931 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 13c4a80b6..6f532b28b 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -147,6 +147,6 @@ uninstall-lwgeom-scripts: uninstall: uninstall-lib uninstall-lwgeom-scripts clean distclean maintainer-clean: clean-lib - @rm -f $(OBJS) + rm -f $(OBJS) rm -f $(OTHERS)