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

ocaml.spec

index c9de9af53b282cb5f8fae0b60aa69516fd002c41..5a1f415f483cab198a03e5749716a474d32af296 100644 (file)
@@ -58,7 +58,7 @@ Pliki trybu Emacsa dla j
        -host %{_host_alias} \
        -with-pthread
 
-make world bootstrap opt ocamlc.opt ocamlopt.opt
+%{__make} world bootstrap opt ocamlc.opt ocamlopt.opt
 
 %install
 umask 022
@@ -67,7 +67,7 @@ echo  BINDIR=$RPM_BUILD_ROOT%{_bindir} >> config/Makefile
 echo   LIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name} >> config/Makefile
 echo   MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 >> config/Makefile
 make   install 
-make -C emacs install \
+%{__make} -C emacs install \
        EMACS="`if [ -x %{_bindir}/emacs ]; then echo emacs; \
                else echo xemacs; fi`" \
        EMACSDIR="$RPM_BUILD_ROOT%{_libdir}/emacs/site-lisp"
This page took 0.074951 seconds and 4 git commands to generate.