ethercat.conf.tmpl
branchstable-1.0
changeset 1621 4bbe090553f7
parent 1619 0d4119024f55
--- 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)
 
 #------------------------------------------------------------------------------