--- trunk/grep.mk 2015/04/29 15:47:56 134 +++ trunk/grep.mk 2016/04/14 15:15:56 190 @@ -1,5 +1,8 @@ -.PHONY: grep +.PHONY: grep -grep: ${src_ce0l_only} ${common_sources} +grep: ${src_ce0l} grep --ignore-case --files-with-matches --word-regexp dt $^ ## --extended-regexp --ignore-case + +src_with_dir: ${sources} + echo $^ >$@