This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix --enable-intermodule after the version changes


After the version file changes, libbackend.o depends and defines forgot to be
updated for the changes.


This patch updates libbackend.o in Makefile.in for the changes.

OK? Tested by bootstraping with --enable-intermodule.

Thanks,
Andrew Pinski

ChangeLog:
	* Makefile.in (libbackend.o): Depend on version files;
	add custom generation command.

Attachment: fixinter.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]