From: John Darrington Date: Sat, 26 Jun 2010 18:04:40 +0000 (+0200) Subject: perl-module: Further corrections to dependencies X-Git-Tag: v0.7.6~350 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dbe34c72ee7084c3fbfc2d7c8a579cefa3d836b;p=pspp-builds.git perl-module: Further corrections to dependencies --- diff --git a/perl-module/automake.mk b/perl-module/automake.mk index 11dcf55d..becee71b 100644 --- a/perl-module/automake.mk +++ b/perl-module/automake.mk @@ -23,7 +23,7 @@ perl-module/pspp-module-config: Makefile (cd $(top_builddir) && echo `pwd`\' );\ echo ');') > $(top_builddir)/perl-module/pspp-module-config -perl-module/Makefile: perl-module/Makefile.PL perl-module/pspp-module-config +perl-module/Makefile: perl-module/Makefile.PL perl-module/pspp-module-config $(module_sources) cd perl-module && $(PERL) Makefile.PL PREFIX=$(prefix) perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz: $(module_sources) perl-module/Makefile @@ -35,7 +35,7 @@ module-make: perl-module/Makefile src/libpspp-core.la cd perl-module && $(MAKE) $(AM_MAKEFLAGS) ALL_LOCAL += perl_module_tarball -perl_module_tarball: +perl_module_tarball: $(module_sources) if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \ for f in $(module_sources); do \ destdir=`dirname $$f` ;\