--- split-include.c,orig Fri Oct 5 08:34:34 2001 +++ split-include.c Fri Oct 5 08:42:53 2001 @@ -188,7 +188,7 @@ * So by having an initial \n, strstr will find exact matches. */ - fp_find = popen("find * -type f -print", "r"); + fp_find = popen("find * -type f -name \"*.h\" -print", "r"); if (fp_find == 0) ERROR_EXIT( "find" );