Replace "sed" with "$(SED)" in Makefiles
[pspp] / src / libpspp / automake.mk
index 7baa24e05782803576311c4092d7e7cc1b2052f3..1a7b54f066351df7a1c66ec2e5b594c44d909dbe 100644 (file)
@@ -129,6 +129,6 @@ $(AM_V_at)(`LC_ALL=C TZ=UTC date`).\";" >> $@,tmp
        $(AM_V_at)echo "const char locale_dir[] = \"$(datadir)/locale\";" >> $@,tmp
        $(AM_V_at)echo "const char examples_dir[] = \"$(examplesdir)\";" >> $@,tmp
        $(AM_V_at)echo "const char *const authors[] = {" >> $@,tmp
-       $(AM_V_at)sed -e 's/^/  \"/' -e 's/$$/\",/' $(top_srcdir)/AUTHORS >> $@,tmp
+       $(AM_V_at)$(SED) -e 's/^/  \"/' -e 's/$$/\",/' $(top_srcdir)/AUTHORS >> $@,tmp
        $(AM_V_at)echo "0 };" >> $@,tmp
        mv $@,tmp $@