generate -c instead of -c.$(SUFFIX)
This commit is contained in:
parent
3ecaa0b634
commit
88ebd891b1
|
@ -336,7 +336,7 @@ print_dep()
|
|||
pr_arg(a);
|
||||
}
|
||||
}
|
||||
print("\n\t$(MOD) -c.$(SUFFIX) $(M2FLAGS) $(IFLAGS) ");
|
||||
print("\n\t$(MOD) -c $(M2FLAGS) $(IFLAGS) ");
|
||||
pr_arg(arg);
|
||||
print("\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue