changeset 1395:cfc79c081af1

* .Makefile.am: on windows, replace prefix by its cygwin path
author Jiri Vanek <jvanek@redhat.com>
date Tue, 11 Apr 2017 14:12:35 +0200
parents 78812003bcd2
children 1e0fcdc4f72e
files ChangeLog Makefile.am
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 10 22:01:37 2017 +0200
+++ b/ChangeLog	Tue Apr 11 14:12:35 2017 +0200
@@ -1,3 +1,8 @@
+2017-04-11  Michal Vala <mvala@redhat.com>
+            Jiri Vanek <jvanek@redhat.com>
+
+	* .Makefile.am: on windows, replace prefix by its cygwin path
+
 2017-04-10  Michal Vala <mvala@redhat.com>
             Jiri Vanek  <jvanek@redhat.com>
 
--- a/Makefile.am	Mon Apr 10 22:01:37 2017 +0200
+++ b/Makefile.am	Tue Apr 11 14:12:35 2017 +0200
@@ -19,6 +19,7 @@
 if WINDOWS
 	export TOP_BUILD_DIR := $(shell cygpath -p -m "$(abs_top_builddir)")
 	export TOP_SRC_DIR := $(shell cygpath -p -m "$(abs_top_srcdir)")
+	export prefix := $(shell cygpath -p -m "$(prefix)")
 else
 	export TOP_BUILD_DIR = $(abs_top_builddir)
 	export TOP_SRC_DIR = $(abs_top_srcdir)