--- trunk/libf/grep.mk 2008/02/27 13:16:39 3 +++ trunk/libf/grep.mk 2008/03/03 16:32:04 5 @@ -5,8 +5,9 @@ grep --extended-regexp --ignore-case --no-filename "^ *module" $^ >$@ grep_out.txt: ${sources_etat0_lim} - @grep --extended-regexp --files-with-matches \# $^ >$@ -## --ignore-case + @echo grep + @grep --ignore-case --files-with-matches nqmx $^ >$@ +## --extended-regexp --ignore-case .PHONY: clean_grep clean_grep: clean