From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 11 Sep 2008 16:27:13 +0000 (+0100) Subject: Ugh, Mercurial is stupid. X-Git-Url: http://git.annexia.org/?p=fedora-mingw.git;a=commitdiff_plain;h=4acf9ebbb68d37beb7c322b3129c2850b1c38c0a Ugh, Mercurial is stupid. --- diff --git a/gdb/mingw-gdb.spec b/gdb/mingw-gdb.spec index beeef3a..a307851 100644 --- a/gdb/mingw-gdb.spec +++ b/gdb/mingw-gdb.spec @@ -33,17 +33,7 @@ executables. %build -CC="%{__cc} ${RPM_OPT_FLAGS}" \ -./configure \ - --prefix=%{_prefix} \ - --bindir=%{_bindir} \ - --includedir=%{_includedir} \ - --libdir=%{_libdir} \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ - --datadir=%{_datadir} \ - --build=%_build --host=%_host \ - --target=%{_mingw_target} +%{_mingw_configure} make