From: Sandro Santilli Date: Fri, 13 Jan 2012 16:23:18 +0000 (+0000) Subject: Virtualize ``make'' calls (#1464) X-Git-Tag: 2.0.0alpha1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bce8e015d66330dc5f30b741c988e34cae5337bb;p=postgis Virtualize ``make'' calls (#1464) git-svn-id: http://svn.osgeo.org/postgis/trunk@8801 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/libpgcommon/Makefile.in b/libpgcommon/Makefile.in index 21444303c..3ce2c10be 100644 --- a/libpgcommon/Makefile.in +++ b/libpgcommon/Makefile.in @@ -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