]> granicus.if.org Git - postgis/commitdiff
Virtualize ``make'' calls (#1464)
authorSandro Santilli <strk@keybit.net>
Fri, 13 Jan 2012 16:23:18 +0000 (16:23 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 13 Jan 2012 16:23:18 +0000 (16:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8801 b70326c6-7e19-0410-871a-916f4a2858ee

libpgcommon/Makefile.in

index 21444303c149b3e969bbea5325900b13b1e6927f..3ce2c10becabb7005c7e6e644264381be9181e4c 100644 (file)
@@ -52,7 +52,7 @@ clean:
 distclean:
 
 check: libpgcommon.a
-       make -C cunit check
+       $(MAKE) -C cunit check
 
 # Command to build each of the .o files
 $(SA_OBJS): %.o: %.c