diff options
-rw-r--r-- | recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch b/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch index c7c0aa0..86b64a1 100644 --- a/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch +++ b/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch | |||
@@ -27,11 +27,11 @@ Index: sed-4.1.2/po/Makefile.in.in | |||
27 | --- sed-4.1.2.orig/po/Makefile.in.in | 27 | --- sed-4.1.2.orig/po/Makefile.in.in |
28 | +++ sed-4.1.2/po/Makefile.in.in | 28 | +++ sed-4.1.2/po/Makefile.in.in |
29 | @@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po | 29 | @@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po |
30 | INSTALL = /srv/home/nitin/builds2/build0/tmp/sysroots/x86_64-linux/usr/bin/install -c | 30 | INSTALL = @INSTALL@ |
31 | INSTALL_DATA = ${INSTALL} -m 644 | 31 | INSTALL_DATA = @INSTALL_DATA@ |
32 | mkinstalldirs = $(mkdir_p) | 32 | mkinstalldirs = $(mkdir_p) |
33 | -mkdir_p = @mkdir_p@ | 33 | -mkdir_p = @mkdir_p@ |
34 | +mkdir_p = @MKDIR_P@ | 34 | +mkdir_p = @MKDIR_P@ |
35 | 35 | ||
36 | CC = i586-poky-linux-gcc -m32 -march=i586 --sysroot=/srv/home/nitin/builds2/build0/tmp/sysroots/qemux86 | 36 | CC = @CC@ |
37 | GMSGFMT = /srv/home/nitin/builds2/build0/tmp/sysroots/x86_64-linux/usr/bin/msgfmt | 37 | GMSGFMT = @GMSGFMT@ |