diff -r 9d7453c16ade -r 4bbe090553f7 ethercat.conf.tmpl --- a/ethercat.conf.tmpl Mon May 29 09:54:18 2006 +0000 +++ b/ethercat.conf.tmpl Mon Jun 26 15:04:06 2006 +0000 @@ -12,6 +12,6 @@ # # The kernel to compile the EtherCAT sources against # -KERNEL := `uname -r` +KERNEL := $(shell uname -r) #------------------------------------------------------------------------------