No subject
Thu Jul 12 09:23:04 CDT 2007
# even though we could use '-include makeopts' here, use a wildcard
# lookup anyway, so that make won't try to build makeopts if it doesn't
# exist (other rules will force it to be built if needed)
ifneq ($(wildcard makeopts),)
include makeopts
endif
That seems to make sense to do it that way. Could you try changing the
-include line to be the above?
Issue History
Date Modified Username Field Change
======================================================================
2008-11-21 12:51 qwell Note Added: 0095280
======================================================================
More information about the asterisk-bugs
mailing list