ld .deps/*.Pc files
authorAlan Modra <amodra@gmail.com>
Fri, 25 Aug 2023 23:39:13 +0000 (09:09 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 25 Aug 2023 23:50:45 +0000 (09:20 +0930)
commit07f9535fd97025705f17b65f39f6d7d6f0633add
tree5e8cd0676743ee1ed7a93789a2e80e5c2059948c
parent91df9a6f810bca02883dae9275715b4960ea02f0
ld .deps/*.Pc files

This patch gets rid of the individual rules including the .Pc
dependency files made while generating e*.c files, replacing them with
a fancy GNU make pattern include.  I've also moved creation of
ldscripts to the makefile since it is possible to run more than one
genscripts at once, resulting in "ldscripts: File exists" messages.

* Makefile.am: Replace individual include of *.Pc dependency
files with one pattern rule.
(.Pc): New dummy rule.
(ldscripts/stamp): New rule.
(GEN_DEPENDS): Add ldscripts/stamp.
(install-data-local): Exclude ldscripts/stamp from install.
* genscripts.sh: Don't make ldscripts dir.
* Makefile.in: Regenerate.
ld/Makefile.am
ld/Makefile.in
ld/genscripts.sh