From: Kern Sibbald Date: Sat, 25 Jan 2003 19:54:36 +0000 (+0000) Subject: Makefile update for Gentoo X-Git-Tag: Release-1.30~144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6bfc222ce663e6f575437f0b40cd3b157fd90baa;p=bacula%2Fbacula Makefile update for Gentoo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@323 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 315fbda992..8e85fc2bfc 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1237,7 +1237,7 @@ gentoo) DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release` TAPEDRIVE="/dev/nst0" PSCMD="ps -e -o pid,command" - PFILES="\ + PFILES="${PFILES} \ platforms/gentoo/Makefile \ platforms/gentoo/bacula-fd \ platforms/gentoo/bacula-sd \ diff --git a/bacula/configure b/bacula/configure index 21ffc21338..6a8af13ea7 100755 --- a/bacula/configure +++ b/bacula/configure @@ -9311,7 +9311,7 @@ gentoo) DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release` TAPEDRIVE="/dev/nst0" PSCMD="ps -e -o pid,command" - PFILES="\ + PFILES="${PFILES} \ platforms/gentoo/Makefile \ platforms/gentoo/bacula-fd \ platforms/gentoo/bacula-sd \