bindings/Makefile.am: Removed a bashism.
[collectd.git] / bindings / Makefile.am
index 16872e8..8d37c74 100644 (file)
@@ -17,8 +17,10 @@ perl/Makefile: .perl-directory-stamp perl/Makefile.PL perl/Collectd/Makefile.PL
 .perl-directory-stamp:
        if test ! -d perl; then \
          mkdir -p perl/Collectd; \
-         cp $(srcdir)/perl/{Collectd.pm,Makefile.PL} perl/; \
-         cp $(srcdir)/perl/Collectd/{Unixsock.pm,Makefile.PL} perl/Collectd/; \
+         cp $(srcdir)/perl/Collectd.pm perl/; \
+         cp $(srcdir)/perl/Makefile.PL perl/; \
+         cp $(srcdir)/perl/Collectd/Unixsock.pm perl/Collectd/; \
+         cp $(srcdir)/perl/Collectd/Makefile.PL perl/Collectd/; \
        fi
        touch $@