From 7db5cc328ba550aa488996224af30bc026156ba3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 3 Feb 2004 22:19:34 +0000 Subject: [PATCH] Backed default sql file location out of contrib insto share git-svn-id: http://svn.osgeo.org/postgis/trunk@438 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index dc8834b78..85f5e3774 100644 --- a/Makefile +++ b/Makefile @@ -160,10 +160,10 @@ postgis_undef.sql: postgis.sql create_undef.pl perl create_undef.pl $< $(USE_VERSION) > $@ install: all installdirs install-postgis-lib - $(INSTALL_DATA) postgis.sql $(DESTDIR)$(datadir)/contrib - $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(datadir)/contrib - $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(datadir)/contrib - $(INSTALL_DATA) README.postgis $(DESTDIR)$(datadir)/contrib + $(INSTALL_DATA) postgis.sql $(DESTDIR)$(datadir) + $(INSTALL_DATA) postgis_undef.sql $(DESTDIR)$(datadir) + $(INSTALL_DATA) spatial_ref_sys.sql $(DESTDIR)$(datadir) + $(INSTALL_DATA) README.postgis $(DESTDIR)$(datadir) $(MAKE) DESTDIR=$(DESTDIR) -C loader install #- This has been copied from postgresql and adapted -- 2.40.0