Don't use nonportable "mktemp" utility in perl-module/automake.mk.
[pspp-builds.git] / perl-module / automake.mk
index 9c30cef6aaab7add53412aa51504cef203d8faa8..819df652dc7d9bff07cf8696b7dd022463291f6c 100644 (file)
@@ -16,19 +16,17 @@ module_sources = \
  perl-module/t/Pspp.t
 
 perl-module/pspp-module-config: Makefile
-       target=`mktemp`;\
-       echo '%Locations = (' > $$target ;\
-       printf "  SourceDir => '" >> $$target ;\
-       (cd $(top_srcdir) && echo `pwd`\', ) >> $$target ;\
-       printf "  BuildDir => '" >> $$target ;\
-       (cd $(top_builddir) && echo `pwd`\' ) >> $$target ;\
-       echo ');' >> $$target ;\
-       cp $$target $(top_builddir)/perl-module/pspp-module-config
+       (echo '%Locations = (';\
+        printf "  SourceDir => '";\
+        (cd $(top_srcdir) && echo `pwd`\', ) ;\
+        printf "  BuildDir => '";\
+        (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
        cd perl-module && $(PERL) Makefile.PL PREFIX=$(prefix)
 
-perl-module/PSPP-Perl-$(VERSION).tar.gz: $(module_sources)
+perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz: $(module_sources)
        $(RM) $@
        cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist
 
@@ -47,7 +45,7 @@ perl_module_tarball:
          fi ; \
         done \
        fi
-       $(MAKE) $(AM_MAKEFLAGS) module-make perl-module/PSPP-Perl-$(VERSION).tar.gz
+       $(MAKE) $(AM_MAKEFLAGS) module-make perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz
 
 ALL_LOCAL += perl_module_tarball
 
@@ -66,7 +64,7 @@ perl_module_CLEAN:
 CLEAN_LOCAL += perl_module_CLEAN
 
 CLEANFILES += \
-        perl-module/PSPP-Perl-$(VERSION).tar.gz \
+        perl-module/PSPP-Perl-$(VERSION_FOR_PERL).tar.gz \
        perl-module/pspp-module-config \
        perl-module/const-c.inc \
        perl-module/const-xs.inc