]> git.pld-linux.org Git - packages/emacs.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:
    emacs.spec -> 1.10

emacs.spec

index 602587541a46a36e08f85904e51ff39711d98ad2..c0fa76e0a9e90cc1495868e85f8af7e1f0bff087 100644 (file)
@@ -150,7 +150,7 @@ cd ..
 mkdir build-withx && cd build-withx
 CFLAGS="$RPM_OPT_FLAGS $XPUREDEF" LDFLAGS=-s \
   ../configure ${CONFOPTS} --with-x-toolkit %{_target_platform}
-make 
+%{__make} 
 cd ..
 
 %install
@@ -158,7 +158,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}
 
 ARCHDIR=%{_target_platform}
-make install -C build-withx \
+%{__make} install -C build-withx \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        libexecdir=$RPM_BUILD_ROOT%{_libdir} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
This page took 0.056758 seconds and 4 git commands to generate.