From 8232f7e0ebba66e66e804e2aa5247d9339287fec Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 30 Jul 2001 16:27:11 +0000 Subject: [PATCH] Added a line to automatically make shp2pgsql with 'all' git-svn-id: http://svn.osgeo.org/postgis/trunk@43 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1727896b9..0c3e5979a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,10 @@ 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 +all: all-lib $(NAME).sql shp2pgsql + +shp2pgsql: + cd loader; make # Shared library stuff include $(top_srcdir)/src/Makefile.shlib @@ -54,6 +57,7 @@ uninstall: uninstall-lib clean distclean maintainer-clean: clean-lib @rm -f $(OBJS) $(NAME).sql + cd loader; make clean test: all csh regress/regress.csh $(test_db) -- 2.49.0