On 09/09/11 10:34, Gaetan Nadon wrote:
The location of the file is in srcdir. Problem introduced in commit 293b8b91
Not in 68bf267fa4 ?
Signed-off-by: Gaetan Nadon<[email protected]> --- config/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Makefile.am b/config/Makefile.am index 4f8613e..99e38ae 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -32,6 +32,6 @@ CLEANFILES = config MAN_SUBSTS += -e 's|DEFAULTFONTPATH|$(FONTPATH)|g' MAN_SUBSTS += -e 's|FSERRORS|/var/log/xfs.log|g' -config: config.cpp - $(AM_V_GEN)$(SED) $(MAN_SUBSTS)< config.cpp> $@ +config: $(srcdir)/config.cpp + $(AM_V_GEN)$(SED) $(MAN_SUBSTS)< $(srcdir)/config.cpp> $@
Yes, sorry I forgot that in several of these. Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
