diff options
Diffstat (limited to 'tests/macros.in')
-rw-r--r-- | tests/macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros.in b/tests/macros.in index 4e67e8ec3..d57250bd5 100644 --- a/tests/macros.in +++ b/tests/macros.in @@ -121,4 +121,4 @@ # %configure \ %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} \ - CFLAGS="%{optflags}" ../configure %{_target_platform} --prefix=%{_prefix} + CFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{_prefix} |