Index: Makefile =================================================================== RCS file: /usr/cvsroot/zaptel/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 9 Jan 2005 01:17:38 -0000 1.62 +++ Makefile 14 Jan 2005 06:56:34 -0000 @@ -43,11 +43,11 @@ ifeq (${BUILDVER},linux24) #We only support DEVFS in linux 2.4 kernels, since its considered obsolete post 2.4 -DYNFS=$(shell ps ax | grep -v grep | grep devfsd) +DYNFS=$(shell ps ax | grep -v grep | grep -q devfsd && echo "yes") endif ifeq (${BUILDVER},linux26) #Tests for newer linux-2.6 udev support -DYNFS=$(shell ps ax | grep -v grep | grep udevd) +DYNFS=$(shell ps ax | grep -v grep | grep udevd && echo "yes") endif