From 1b0b082d7bac17c96fbff5dd31faf1d2d5d327c7 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Sat, 26 Dec 2009 17:19:04 +0100 Subject: [PATCH] contrib: use real prefix when hacking libintl headers --- extras/contrib/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 00721261b5..2140da99b9 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -399,7 +399,7 @@ else endif # Work around another non-sense of autoconf. ifdef HAVE_WIN32 - (cd ../include; sed -i.orig '311 c #if 0' libintl.h) + (cd $(PREFIX)/include; sed -i.orig '311 c #if 0' libintl.h) endif $(INSTALL_NAME) touch $@ -- 2.39.2