Remove curly braces from makeinstall.
CVS patchset: 3815 CVS date: 2000/06/05 15:21:19
This commit is contained in:
parent
b856c8b207
commit
22b3a309e1
|
@ -1,4 +1,4 @@
|
|||
# $Id: macros.in,v 1.60 2000/05/31 04:57:13 msw Exp $
|
||||
# $Id: macros.in,v 1.61 2000/06/05 15:21:19 jbj Exp $
|
||||
#==============================================================================
|
||||
# Macro naming conventions (preliminary):
|
||||
#
|
||||
|
@ -511,8 +511,8 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
|
|||
--infodir=%{_infodir}
|
||||
#------------------------------------------------------------------------------
|
||||
# The make install analogue of %configure:
|
||||
%makeinstall { \
|
||||
make install \
|
||||
%makeinstall \
|
||||
make \
|
||||
prefix=%{?buildroot:%{buildroot}}%{_prefix} \
|
||||
exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \
|
||||
bindir=%{?buildroot:%{buildroot}}%{_bindir} \
|
||||
|
@ -526,7 +526,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
|
|||
sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir} \
|
||||
mandir=%{?buildroot:%{buildroot}}%{_mandir} \
|
||||
infodir=%{?buildroot:%{buildroot}}%{_infodir} \
|
||||
}
|
||||
install
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# The GNUconfigure macro does the following:
|
||||
|
|
Loading…
Reference in New Issue