From 3a2f9a21c66fc4d5a5f20af911820611a7a67dd7 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Thu, 6 Sep 2007 03:22:51 +0000 Subject: [PATCH] Change $(GREP) to $(EGREP), since we really only do a AC_PROG_EGREP in configure, and apparently GREP isn't always defined, as reported by Anders Blomdell. --- comedi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/Makefile.am b/comedi/Makefile.am index 9d17a791..602fe673 100644 --- a/comedi/Makefile.am +++ b/comedi/Makefile.am @@ -12,7 +12,7 @@ all-local: #the kernel's build system doesn't get lost. if test "$(srcdir)" != "."; then \ for dir in . drivers kcomedilib drivers/addi-data; do \ - for file in `ls @abs_srcdir@/$$dir/*\.[ch] @abs_srcdir@/$$dir/Kbuild | $(GREP) -v \.mod\.c`; do \ + for file in `ls @abs_srcdir@/$$dir/*\.[ch] @abs_srcdir@/$$dir/Kbuild | $(EGREP) -v \.mod\.c`; do \ LINK_NAME=$$dir/`basename "$$file"`; \ if test ! -e $$LINK_NAME; then ln -vs $$file $$LINK_NAME; fi; \ done; \ -- 2.26.2