From 3cc38ccf88e7d0b3d3b185b64aa4a5985b974de5 Mon Sep 17 00:00:00 2001 From: tomas Date: Fri, 29 Apr 2005 18:42:45 +0000 Subject: [PATCH] #880 setup for pear packages added. --- livesupport/etc/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/livesupport/etc/Makefile.in b/livesupport/etc/Makefile.in index 2f005c9df..e04de2055 100644 --- a/livesupport/etc/Makefile.in +++ b/livesupport/etc/Makefile.in @@ -20,8 +20,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.4 $ +# Author : $Author: tomas $ +# Version : $Revision: 1.5 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $ #------------------------------------------------------------------------------- @@ -90,6 +90,7 @@ CURL_DIR = ${TOOLS_DIR}/curl CURL_VERSION = curl-7.12.3 TAGLIB_DIR = ${TOOLS_DIR}/taglib TAGLIB_VERSION = taglib-1.3.1 +PEAR_DIR = ${TOOLS_DIR}/pear MODULES_DIR = ${BASE_DIR}/modules CORE_DIR = ${MODULES_DIR}/core @@ -180,6 +181,7 @@ ${TMP_DIR}/tools_setup.stamp: ${ICU_DIR}/${ICU_VERSION}/bin/install.sh ${CURL_DIR}/${CURL_VERSION}/bin/install.sh ${TAGLIB_DIR}/${TAGLIB_VERSION}/bin/install.sh + ${PEAR_DIR}/bin/install.sh touch ${TMP_DIR}/tools_setup.stamp doxytag_setup: ${TMP_DIR}/doxytag_setup.stamp