On Tue, 2018-10-23 at 10:07 -0500, Deyesta wrote: > OnMyOwnTypeSupportImpl.h OnMyOwnTypeSupport.idl > OnMyOwn:onMyOwnTypeSupportImpl.java OnMyOwnTypeSupportImpl.cpp: > OnMyOwn.idl ...
It's difficult to understand this because your mail client wrapped all the lines. However, I believe the issue is you've added a target named "OnMyOwn:onMyOwnTypeSupportImpl.java" to your rule. There are a number of characters that are special to make and cannot be used directly in target or prerequisite lists, and ":" is one of them. You can use colons but you have to escape them with backslashes: ... OnMyOwn\:onMyOwnTypeSupportImpl.java OnMyOwnTypeSupportImpl.cpp: OnMyOwn.idl ... _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make