This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: reduce libgcj building time
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> As an aside, can we not use the make "$(subst )" function
Ranjit> to generate the ".deps" file names? Why do they have to be
Ranjit> listed out explicitly?
Ultimately we plan to get rid of the gnu make dependency. I don't
understand how this causes a problem though. Seems like configure
should detect the change you made and not require or create the extra
.deps files. Or are you editing Makefile directly?
Tom