diff -r 35c99cdda518 -r c91bbf7bc52c ethercat.conf.tmpl --- a/ethercat.conf.tmpl Mon Jun 26 11:28:24 2006 +0000 +++ b/ethercat.conf.tmpl Mon Jun 26 14:20:36 2006 +0000 @@ -12,6 +12,6 @@ # # The kernel to compile the EtherCAT sources against # -KERNEL := `uname -r` +KERNEL := $(shell uname -r) #------------------------------------------------------------------------------