# HG changeset patch # User Mark Doliner # Date 1092977993 0 # Node ID f8b2630ca694284889bf46a728f029f562c28f44 # Parent 51a6a98d276b48d8e8d73b2ee7f815302d7e0bbd [gaim-migrate @ 10658] A patch from Mike Castle to allow building Gaim outside of the source dir. committer: Tailor Script diff -r 51a6a98d276b -r f8b2630ca694 plugins/perl/Makefile.am --- a/plugins/perl/Makefile.am Fri Aug 20 04:51:47 2004 +0000 +++ b/plugins/perl/Makefile.am Fri Aug 20 04:59:53 2004 +0000 @@ -68,7 +68,7 @@ fi @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) -common/Makefile.PL: common/Makefile.PL.in $(top_srcdir)/config.status +common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) all-local: common/Makefile