From 62e3ddd373e2bd1e5adbc7e45af95ba7150c03e6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 3 Jun 2009 23:38:09 +0000 Subject: asymptote 1.75 git-svn-id: svn://tug.org/texlive/trunk@13620 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (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 94ee373ad72..31a5d010eab 100644 --- a/Build/source/utils/asymptote/Makefile.in +++ b/Build/source/utils/asymptote/Makefile.in @@ -98,7 +98,6 @@ 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 @@ -111,7 +110,7 @@ $(GCLIB): $(GC).tar.gz fi cd $(GC); \ ./configure $(GCOPTIONS); \ - $(GCLIB_CHECK) + $(MAKE) check $(GCPPLIB): $(GCLIB) @@ -178,6 +177,9 @@ install-doc: html install-man: man cd doc; $(MAKE) install +install-prebuilt: install-asy + cd doc; $(MAKE) install-prebuilt + uninstall: uninstall-all uninstall-all: uninstall-man uninstall-asy -- cgit v1.2.3