From cb50f91f5f3e5eafe73c13c61b1bfe6f94ebab5c Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 26 Sep 2001 17:57:03 +0000 Subject: tools pas fait automatiquement git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2078 85f007b7-540e-0410-9357-904b9bb8a0f7 --- distrib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distrib/Makefile') diff --git a/distrib/Makefile b/distrib/Makefile index e1a4aa06d..36ac77f42 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -124,7 +124,7 @@ arch-tar-gz: ${COQPACKAGE}.tar.gz gunzip -c $(DISTRIBDIR)/${COQPACKAGE}.tar.gz | tar xf -;\ cd ${COQPACKAGE};\ ./configure -bindir /usr/local/bin -libdir /usr/local/lib/coq -mandir /usr/local/man -emacs emacs -emacslib /usr/local/lib/emacs/site-lisp -opt;\ - make world;\ + make world tools;\ rm -rf ${ARCHBUILDROOT}/buildroot/* || true;\ make -e COQINSTALLPREFIX=${ARCHBUILDROOT}/buildroot/ install) $(MAKE) arch-tar-gz-final -- cgit v1.2.3