Remove curly braces from makeinstall.
authorjbj <devnull@localhost>
Mon, 5 Jun 2000 15:21:19 +0000 (15:21 +0000)
committerjbj <devnull@localhost>
Mon, 5 Jun 2000 15:21:19 +0000 (15:21 +0000)
CVS patchset: 3815
CVS date: 2000/06/05 15:21:19

macros.in

index dbfd2d2..a588255 100644 (file)
--- a/macros.in
+++ b/macros.in
@@ -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: