Submitted By: Michael Labuschke (michael at labuschke dot de) Date: 2005-01-13 Initial Package Version: Origin: Upstream Status: Description: diff -Naur bristuff-0.2.0-RC3.orig/zaptel-1.0.3/Makefile bristuff-0.2.0-RC3/zaptel-1.0.3/Makefile --- bristuff-0.2.0-RC3.orig/zaptel-1.0.3/Makefile 2004-12-21 11:37:25.000000000 +0000 +++ bristuff-0.2.0-RC3/zaptel-1.0.3/Makefile 2005-01-13 03:06:34.060867610 +0000 @@ -45,14 +45,13 @@ ifeq (${BUILDVER},linux24) #We only support DEVFS in linux 2.4 kernels, since its considered obsolete post 2.4 -DYNFS=$(ps ax | grep -v grep | grep devfsd) +DYNFS="$(shell ps ax | grep -v grep | grep devfsd)" endif ifeq (${BUILDVER},linux26) #Tests for newer linux-2.6 udev support -DYNFS=$(ps ax | grep -v grep | grep udevd) +DYNFS="$(shell ps ax | grep -v grep | grep udevd)" endif - TZOBJS=zonedata.lo tonezone.lo LIBTONEZONE=libtonezone.so.1.0 MODULES=zaptel tor2 torisa wcusb wcfxo wcfxs \