]> git.pld-linux.org Git - packages/openssl.git/commitdiff
no more rehash make target
authorElan Ruusamäe <glen@delfi.ee>
Fri, 5 Aug 2016 23:22:08 +0000 (02:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 5 Aug 2016 23:22:08 +0000 (02:22 +0300)
openssl.spec

index 619881b51877c1710471e7882d5f6bbaefffb7ef..df8e8f61e28ef28a96168b78478ba503b8d24d7f 100644 (file)
@@ -352,7 +352,7 @@ PERL="%{__perl}" \
 v=$(awk -F= '/^VERSION/{print $2}' Makefile)
 test "$v" = %{version}%{?subver:-%{subver}}%{?with_snap:-dev}
 
-%{__make} -j1 all rehash %{?with_tests:tests} \
+%{__make} -j1 all %{?with_tests:tests} \
        CC="%{__cc}" \
        ASFLAG='$(CFLAG) -Wa,--noexecstack' \
        INSTALLTOP=%{_prefix}
This page took 0.221162 seconds and 4 git commands to generate.