Unbreak world (gcc47 plugin)
authorJohn Marino <draco@marino.st>
Sat, 2 Feb 2013 22:35:27 +0000 (23:35 +0100)
committerJohn Marino <draco@marino.st>
Sat, 2 Feb 2013 23:27:59 +0000 (00:27 +0100)
commit75e35d3a603a7c5fb0366b4e4ef1c20b05c0d4fc
tree712a20b61b50b2575695658919bdc8548a3dfff1
parentbe6440e3915e8a6db41daf31a87459bf29621b1b
Unbreak world (gcc47 plugin)

The installincludes target is run before "depend" target, so gtype.state
hasn't been created by the time "installincludes" is executed in stage 4.
Luckily there is a similar functionality for FILES that is executed at
the install phase, which will unbreak world (broken on previous commit).

Other headers are generated as well, so swap INCSGROUPS with FILESGROUPS
for everything to avoid having to figure which ones.  The headers are
needed at runtime, not buildtime, so this is okay.
gnu/usr.bin/cc47/liblto_plugin/Makefile