]> granicus.if.org Git - postgis/commitdiff
Renamed loader target to 'loader'.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 30 Jul 2001 16:31:00 +0000 (16:31 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 30 Jul 2001 16:31:00 +0000 (16:31 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@44 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 0c3e5979a797b1bb937e15e06d3f288bcdfbbba7..a8b82390672056e0109c85ef8e8ce397b7e4552b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,9 +33,9 @@ OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o
 # matter.)
 SHLIB_LINK = $(filter -L%, $(LDFLAGS))
 
-all: all-lib $(NAME).sql shp2pgsql
+all: all-lib $(NAME).sql loader
 
-shp2pgsql:
+loader:
        cd loader; make
 
 # Shared library stuff