rpms/lyx/FC-3 lyx.spec,1.8,1.9

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


Author: thias

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

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-3/lyx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- lyx.spec	5 Aug 2005 19:44:22 -0000	1.8
+++ lyx.spec	23 Aug 2005 15:13:10 -0000	1.9
@@ -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