diff -r a480a0703c58 -r 7eed6020d5cf examples/mini/Makefile --- a/examples/mini/Makefile Mon Jun 26 14:36:11 2006 +0000 +++ b/examples/mini/Makefile Mon Jun 26 14:53:17 2006 +0000 @@ -56,7 +56,7 @@ ifneq ($(wildcard kernel.conf),) include kernel.conf else -KERNEL_DIR := /lib/modules/`uname -r`/build +KERNEL_DIR := /lib/modules/$(shell uname -r)/build endif CURRENT_DIR := $(shell pwd)