]> git.sesse.net Git - vlc/commitdiff
contrib: use real prefix when hacking libintl headers
authorPierre Ynard <linkfanel@yahoo.fr>
Sat, 26 Dec 2009 16:19:04 +0000 (17:19 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Sat, 26 Dec 2009 16:19:04 +0000 (17:19 +0100)
extras/contrib/src/Makefile

index 00721261b5a501673259649691d1132ad2d91db1..2140da99b96e6efd94f27df16dfa49aab57a1a78 100644 (file)
@@ -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 $@