--- src/Makefile	2005-03-29 22:11:45.000000000 +0000
+++ src/Makefile.patched	2005-04-11 08:55:01.000000000 +0000
@@ -33,9 +33,9 @@
 
 all:
 	if [ ! -e cluster ]; then ln -s . cluster; fi
-	if [ ! -e service.h ]; then cp ${incdir}/cluster/service.h .; fi
-	if [ ! -e cnxman.h ]; then cp ${incdir}/cluster/cnxman.h .; fi
-	if [ ! -e cnxman-socket.h ]; then cp ${incdir}/cluster/cnxman-socket.h .; fi
+	if [ ! -e service.h ]; then cp /usr/include/cluster/service.h .; fi
+	if [ ! -e cnxman.h ]; then cp /usr/include/cluster/cnxman.h .; fi
+	if [ ! -e cnxman-socket.h ]; then cp /usr/include/cluster/cnxman-socket.h .; fi
 	${MAKE} -C ${KERNEL_SRC} M=${PWD} modules USING_KBUILD=yes
 
 install: all
