From: Paul Ramsey Date: Tue, 2 Dec 2014 00:33:33 +0000 (+0000) Subject: Replace final reference to 'make' with $(MAKE) X-Git-Tag: 2.2.0rc1~728 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f57513ea57e928f387b67b3aaaec5758c51c26;p=postgis Replace final reference to 'make' with $(MAKE) git-svn-id: http://svn.osgeo.org/postgis/trunk@13135 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 78df5753c..8397ab88e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -44,7 +44,7 @@ PERL=@PERL@ # To allow network access use: # -# make html XSLTPROCFLAGS= +# $(MAKE) html XSLTPROCFLAGS= # ifeq ($(XSLTPROCFLAGS),) XSLTPROCFLAGS=--nonet diff --git a/doc/html/image_src/Makefile.in b/doc/html/image_src/Makefile.in index 7fd25ec67..37eebef07 100644 --- a/doc/html/image_src/Makefile.in +++ b/doc/html/image_src/Makefile.in @@ -163,7 +163,7 @@ generator: ../../../liblwgeom/.libs/liblwgeom.a $(OBJS) # Build liblwgeom ../../../liblwgeom/.libs/liblwgeom.a: - make -C ../../../liblwgeom liblwgeom.la + $(MAKE) -C ../../../liblwgeom liblwgeom.la # Clean target clean: diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 2b00e2b9b..9c8256ea2 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -1,6 +1,6 @@ ############################################################################# # -# Master makefile used to build extensions +# Master Makefile used to build extensions # Copyright (C) 2012 Regina Obe and Leo Hsu # Copyright (C) 2012 Sandro Santilli # diff --git a/loader/Makefile.in b/loader/Makefile.in index e190491bd..f555dbc59 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -84,7 +84,7 @@ shp2pgsql-gui.res: shp2pgsql-gui.rc shp2pgsql-gui.ico # liblwgeom.a dependency to allow "make install" in # the loader/ subdirectory to work $(LIBLWGEOM): - make -C ../liblwgeom + $(MAKE) -C ../liblwgeom shp2pgsql-core.o: shp2pgsql-core.c shp2pgsql-core.h shpcommon.h $(CC) $(CFLAGS) -c $< @@ -128,7 +128,7 @@ uninstall: check: ifdef gtk_build - make -C cunit check + $(MAKE) -C cunit check endif clean: diff --git a/loader/cunit/Makefile.in b/loader/cunit/Makefile.in index 442e29182..bc7b71608 100644 --- a/loader/cunit/Makefile.in +++ b/loader/cunit/Makefile.in @@ -64,7 +64,7 @@ check: requirements_not_met_cunit else $(LOADER_OBJS): - make -C .. + $(MAKE) -C .. # Build the unit tester all: cu_tester diff --git a/postgis/Makefile.in b/postgis/Makefile.in index b2c8ac0df..a5a23ad6c 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -155,10 +155,10 @@ $(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postg $(MAKE) -C .. postgis_svn_revision.h ../liblwgeom/.libs/liblwgeom.a: - make -C ../liblwgeom liblwgeom.la + $(MAKE) -C ../liblwgeom liblwgeom.la ../libpgcommon/libpgcommon.a: - make -C ../libpgcommon libpgcommon.a + $(MAKE) -C ../libpgcommon libpgcommon.a # Borrow the $libdir substitution from PGXS but customise by running the preprocessor # and adding the version number diff --git a/raster/Makefile.in b/raster/Makefile.in index 80a15f596..b185964ec 100644 --- a/raster/Makefile.in +++ b/raster/Makefile.in @@ -1,7 +1,7 @@ ############################################################################# # $Id: Makefile 3940 2009-03-30 09:30:43Z mloskot $ # -# Master makefile used to build WKT Raster +# Master Makefile used to build WKT Raster # # Copyright (c) 2009 Sandro Santilli #