From bce8e015d66330dc5f30b741c988e34cae5337bb Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 13 Jan 2012 16:23:18 +0000 Subject: [PATCH] Virtualize ``make'' calls (#1464) git-svn-id: http://svn.osgeo.org/postgis/trunk@8801 b70326c6-7e19-0410-871a-916f4a2858ee --- libpgcommon/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1