1 --- Makefile.orig 2007-05-12 12:04:48.000000000 -0400
2 +++ Makefile 2007-05-12 12:03:35.000000000 -0400
7 -v4l_modules := $(shell /sbin/lsmod|cut -d' ' -f1 ) $(patsubst %.ko,%,$(inst-m))
8 +v4l_modules := $(shell $(shell which lsmod) |cut -d' ' -f1 ) $(patsubst %.ko,%,$(inst-m))
10 #################################################
11 # locales seem to cause trouble sometimes.