Mercurial > pidgin
changeset 9790:f8b2630ca694
[gaim-migrate @ 10658]
A patch from Mike Castle to allow building Gaim outside of the source dir.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 20 Aug 2004 04:59:53 +0000 |
parents | 51a6a98d276b |
children | 4a15962c344a |
files | plugins/perl/Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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