From 36e61e18b8e19da4fb447e6ebe81fb0c02d184ab Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 9 Jun 2000 07:22:50 +0000 Subject: [PATCH] - added using %%{__make} macro. Changed files: gdb.spec -> 1.25 --- gdb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 3bd5622..cd0d96d 100644 --- a/gdb.spec +++ b/gdb.spec @@ -56,13 +56,13 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ --enable-shared make -make info +%{__make} info %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_infodir} -make install \ +%{__make} install \ prefix=$RPM_BUILD_ROOT%{_prefix} \ infodir=$RPM_BUILD_ROOT%{_infodir} \ mandir=$RPM_BUILD_ROOT%{_mandir} -- 2.44.0