Ugh, Mercurial is stupid.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 11 Sep 2008 16:27:13 +0000 (17:27 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 11 Sep 2008 16:27:13 +0000 (17:27 +0100)
gdb/mingw-gdb.spec

index beeef3a..a307851 100644 (file)
@@ -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