Renamed clean: to cleanup:, provided empty clean: to make things work

from toplevel makefile.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2118 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2005-12-01 15:53:02 +00:00
parent 9164691087
commit e7a15414f7

View file

@ -1,6 +1,6 @@
TMPDIR?=/tmp
all: tests clean
all: tests cleanup
tests: test-common test-index test-lwgeom test-ogc test-lrs test-proj
@ -23,5 +23,7 @@ test-proj:
@./run_test regress_proj
clean:
cleanup:
dropdb postgis_reg
clean: