change flag -s to -i
This commit is contained in:
@@ -192,7 +192,7 @@ char *s;
|
||||
dependency(s, source)
|
||||
char *s, *source;
|
||||
{
|
||||
if (options['s'] && !strncmp(s, "/usr/include/", 13)) {
|
||||
if (options['i'] && !strncmp(s, "/usr/include/", 13)) {
|
||||
return;
|
||||
}
|
||||
if (options['m'] && source) {
|
||||
|
||||
Reference in New Issue
Block a user