summaryrefslogtreecommitdiff
path: root/sysutils/xfe/patches/patch-ab
blob: 44bca817b10691de59b52f2ae1e74e34a4352ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.3 2007/04/13 05:47:15 xtraeme Exp $

--- po/Makefile.in.in.orig	2007-04-13 06:29:50.000000000 +0200
+++ po/Makefile.in.in	2007-04-13 06:30:03.000000000 +0200
@@ -38,8 +38,8 @@
 # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) @install_sh@ -d
-install_sh = $(SHELL) @install_sh@
+mkinstalldirs = @install_sh@ -d
+install_sh = @install_sh@
 MKDIR_P = @MKDIR_P@
 mkdir_p = @mkdir_p@