# HG changeset patch # User Christian Hammond # Date 1061680154 0 # Node ID ed11e3f8ba21fcea4f1e4d5b3f9956dc9a2fb150 # Parent c3388f361bdf6eb89c14e59681b88be598dd9d20 [gaim-migrate @ 7109] Added some nice code that auto-generates perl/common/Makefile.PL from Makefile.PL.in when Makefile.PL.in changes, and then generates Makefile from Makefile.PL. committer: Tailor Script diff -r c3388f361bdf -r ed11e3f8ba21 plugins/perl/Makefile.am --- a/plugins/perl/Makefile.am Sat Aug 23 23:06:07 2003 +0000 +++ b/plugins/perl/Makefile.am Sat Aug 23 23:09:14 2003 +0000 @@ -48,7 +48,13 @@ Makefile.mingw \ $(common_sources) -all-local: +common/Makefile: common/Makefile.PL + cd common && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) + +common/Makefile.PL: common/Makefile.PL.in $(top_srcdir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) + +all-local: common/Makefile @for dir in $(perl_dirs); do \ cd $$dir && \ if [ ! -f Makefile ]; then \