]> git.pld-linux.org Git - packages/expect.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:22:49 +0000 (07:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    expect.spec -> 1.25

expect.spec

index 9877cdfff2f1fc8c4d7d146ba92483fc85782de2..7d227392ca4d627c65988cac5bf186aca6b52f2f 100644 (file)
@@ -88,14 +88,14 @@ CFLAGS="$RPM_OPT_FLAGS -w" \
                --with-tclinclude=%{_includedir} \
                --with-tkinclude=%{_includedir} \
                --mandir=%{_mandir} %{_target_platform}
-make 
+%{__make} 
 cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} \
-make \
+%{__make} \
     prefix=$RPM_BUILD_ROOT%{_prefix} \
     mandir=$RPM_BUILD_ROOT%{_mandir} \
     install
This page took 0.182142 seconds and 4 git commands to generate.