git: Unbreak world (gcc47 plugin)
John Marino
marino at crater.dragonflybsd.org
Sat Feb 2 15:29:11 PST 2013
commit 75e35d3a603a7c5fb0366b4e4ef1c20b05c0d4fc
Author: John Marino <draco at marino.st>
Date: Sat Feb 2 23:35:27 2013 +0100
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.
Summary of changes:
gnu/usr.bin/cc47/liblto_plugin/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75e35d3a603a7c5fb0366b4e4ef1c20b05c0d4fc
--
DragonFly BSD source repository
More information about the Commits
mailing list