Code

bindings/Makefile.am: Removed a bashism.
[collectd.git] / bindings / Makefile.am
index 16872e88e2159dd4b3db58cc72377a93ccc4f30d..8d37c74680fa8c3d16d4c3e0cdd989ebd8e302a2 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 $@