summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/Makefile.in')
-rw-r--r--Build/source/utils/asymptote/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/Makefile.in b/Build/source/utils/asymptote/Makefile.in
index 91613c1ff75..eba734e3710 100644
--- a/Build/source/utils/asymptote/Makefile.in
+++ b/Build/source/utils/asymptote/Makefile.in
@@ -96,6 +96,7 @@ asy.o: asy.rc asy.ico Makefile
all: asy man faq asy-keywords.el
+GCLIB_CHECK = $(MAKE) check
$(GCLIB): $(GC).tar.gz
gunzip -c $(GC).tar.gz > $(GC).tar
tar -xf $(GC).tar
@@ -108,7 +109,7 @@ $(GCLIB): $(GC).tar.gz
fi
cd $(GC); \
./configure $(GCOPTIONS); \
- $(MAKE) check
+ $(GCLIB_CHECK)
$(GCPPLIB): $(GCLIB)