]> granicus.if.org Git - postgis/commitdiff
Replace final reference to 'make' with $(MAKE)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 2 Dec 2014 00:33:33 +0000 (00:33 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 2 Dec 2014 00:33:33 +0000 (00:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13135 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in
doc/html/image_src/Makefile.in
extensions/Makefile.in
loader/Makefile.in
loader/cunit/Makefile.in
postgis/Makefile.in
raster/Makefile.in

index 78df5753c61197a3be6454178911c77f9235fa72..8397ab88e9020c7da138ba2a782ef2a6a08d36ba 100644 (file)
@@ -44,7 +44,7 @@ PERL=@PERL@
 
 # To allow network access use:
 #
-# make html XSLTPROCFLAGS=
+# $(MAKE) html XSLTPROCFLAGS=
 #
 ifeq ($(XSLTPROCFLAGS),)
        XSLTPROCFLAGS=--nonet
index 7fd25ec671a19dba272ec7734cf82d4574dfc946..37eebef0742b7981bdd27d0dd48d2e9a24a7ba5a 100644 (file)
@@ -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:
index 2b00e2b9bcbd18b862485f75b12f4680170c1557..9c8256ea23afcfb73bdf5deea70e4586d34e4031 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Master makefile used to build extensions
+# Master Makefile used to build extensions
 # Copyright (C) 2012 Regina Obe and Leo Hsu <lr@pcorp.us>
 # Copyright (C) 2012 Sandro Santilli <strk@keybit.net>
 #
index e190491bd0efc95ca9da399c630fb76e08483d48..f555dbc5915fc63610f8a780b925bdbcd27272fb 100644 (file)
@@ -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:
index 442e29182ea642716cb7a45dfe9f15b1731f73cb..bc7b71608248da18417023efffc470fcff2d21e2 100644 (file)
@@ -64,7 +64,7 @@ check: requirements_not_met_cunit
 else
 
 $(LOADER_OBJS):
-       make -C ..
+       $(MAKE) -C ..
 
 # Build the unit tester
 all: cu_tester
index b2c8ac0df6204ce286047ad47b3f0c632adc2305..a5a23ad6c7be8e984ac1e7e10a808514db9f6ce9 100644 (file)
@@ -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
index 80a15f596c776d1d555aee6591a4e6e2c2e17812..b185964ec85d4cad21dd965634f6a09792b46eee 100644 (file)
@@ -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 <strk@keybit.net>
 #