bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] bug#15300: make install fails to install locale files


From: Santiago Vila
Subject: [bug-diffutils] bug#15300: make install fails to install locale files
Date: Sat, 7 Sep 2013 15:04:16 +0200 (CEST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

On Mon, 12 Aug 2013, Santiago Vila wrote:

> The following lines from the build log may be relevant:
> 
> Making install in po
> make[1]: Entering directory `/tmp/diffutils-3.3/po'
> /bin/sh: 6: @mkdir_p@: not found

Hi again. I finally did this to solve the build problem:

--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -42,7 +42,7 @@
 mkinstalldirs = $(SHELL) @install_sh@ -d
 install_sh = $(SHELL) @install_sh@
 MKDIR_P = @MKDIR_P@
-mkdir_p = @mkdir_p@
+mkdir_p = $(MKDIR_P)
 
 GMSGFMT_ = @GMSGFMT@
 GMSGFMT_no = @GMSGFMT@


Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]