diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-06 12:36:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-09 17:05:55 +0200 |
commit | 0584e7233ebf663bbcdc3fe929c0172d895b94ea (patch) | |
tree | f67d3d3c324c7fa4bc327d466ef8ea25f0fa1930 /configure.ac | |
parent | ba1a503feeda6704a1337b9ccc6c0f2288a574de (diff) |
gbuild: UnpackedTarball: use Win32 paths for make targets
Change-Id: I78f56bb28d4b9b6c0696f83f3e06d836fd3427cd
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9cc15839c5b9..3ef3ce26fb9f 100644 --- a/configure.ac +++ b/configure.ac @@ -4816,7 +4816,8 @@ if test -z "$TARFILE_LOCATION"; then TARFILE_LOCATION="$SRC_ROOT/external/tarballs" else AbsolutePath "$TARFILE_LOCATION" - TARFILE_LOCATION="${absolute_path}" + PathFormat "${absolute_path}" + TARFILE_LOCATION="${formatted_path}" fi AC_SUBST(TARFILE_LOCATION) |