comparison plugins/perl/Makefile.am @ 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 3df7197abfe2
children 2cc05a9e944d
comparison
equal deleted inserted replaced
9789:51a6a98d276b 9790:f8b2630ca694
66 ${LN_S} -f ../${srcdir}/$$f $$f; \ 66 ${LN_S} -f ../${srcdir}/$$f $$f; \
67 done; \ 67 done; \
68 fi 68 fi
69 @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) 69 @cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS)
70 70
71 common/Makefile.PL: common/Makefile.PL.in $(top_srcdir)/config.status 71 common/Makefile.PL: common/Makefile.PL.in $(top_builddir)/config.status
72 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 72 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
73 73
74 all-local: common/Makefile 74 all-local: common/Makefile
75 @for dir in $(perl_dirs); do \ 75 @for dir in $(perl_dirs); do \
76 cd $$dir && \ 76 cd $$dir && \