mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
587 B
Plaintext
14 lines
587 B
Plaintext
$NetBSD: patch-aa,v 1.4 2007/07/02 16:20:35 wulf Exp $
|
|
|
|
--- po/Makefile.in.in.orig 2007-01-22 05:38:29.000000000 +1030
|
|
+++ po/Makefile.in.in 2007-07-03 01:22:03.000000000 +0930
|
|
@@ -38,7 +38,7 @@
|
|
# 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 = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
install_sh = $(SHELL) @install_sh@
|
|
MKDIR_P = @MKDIR_P@
|
|
mkdir_p = @mkdir_p@
|