summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-ac
blob: ed0c9fbc5e60d0649e04db4d0f5ad36e32b83588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.10 2009/08/21 11:25:27 adam Exp $

--- po/Makefile.in.in.orig	2009-01-12 14:19:29.000000000 +0100
+++ po/Makefile.in.in
@@ -39,7 +39,7 @@ INSTALL_DATA = @INSTALL_DATA@
 # 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
+mkinstalldirs = @install_sh@ -d
 install_sh = $(SHELL) @install_sh@
 MKDIR_P = @MKDIR_P@
 mkdir_p = @mkdir_p@