From f2ce4f92fe35c54839788fb10e031e2a570da350 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 21 May 2009 23:50:13 +0000 Subject: GCLIB_CHECK, BROKEN_COMPILER, workarounds for older systems git-svn-id: svn://tug.org/texlive/trunk@13362 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Build/source/utils/asymptote/Makefile.in') 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) -- cgit v1.2.3