changeset 312:753ba8661dd3

bugfix: use "$(SED)" instead of "sed"
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 05 Apr 2009 18:28:05 +0200
parents ce0d27e7993f
children 0cd7e20eea3e
files src/gettext.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gettext.mk	Sun Apr 05 18:26:45 2009 +0200
+++ b/src/gettext.mk	Sun Apr 05 18:28:05 2009 +0200
@@ -28,7 +28,7 @@
     # bugfix for gettext
     # This problem will be solved in gettext >= 1.8. See:
     # http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=ecad95f51a11409cc0d30b22913a8ba77d3edf1d
-    sed 's/O_CREAT);/O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);/' \
+    $(SED) 's/O_CREAT);/O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);/' \
     	-i '$(1)/gettext-tools/src/write-catalog.c'
 
     # native build for gettext-tools