rpms/lyx/FC-4 lyx.spec,1.11,1.12

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Aug 23 15:13:11 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lyx/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16015/lyx/FC-4

Modified Files:
	lyx.spec 
Log Message:
Fix build for when _smp_mflags is not defined.



Index: lyx.spec
===================================================================
RCS file: /cvs/extras/rpms/lyx/FC-4/lyx.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- lyx.spec	5 Aug 2005 19:43:57 -0000	1.11
+++ lyx.spec	23 Aug 2005 15:13:09 -0000	1.12
@@ -77,7 +77,7 @@
   --with-pspell \
   --disable-dependency-tracking
 
-make %{_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install




More information about the fedora-extras-commits mailing list