[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1874 - trunk/xserver/xorg-server-1.0.2/debian



Author: dnusinow
Date: 2006-04-19 02:36:05 -0400 (Wed, 19 Apr 2006)
New Revision: 1874

Modified:
   trunk/xserver/xorg-server-1.0.2/debian/rules
Log:
Fucking make

Modified: trunk/xserver/xorg-server-1.0.2/debian/rules
===================================================================
--- trunk/xserver/xorg-server-1.0.2/debian/rules	2006-04-19 06:10:05 UTC (rev 1873)
+++ trunk/xserver/xorg-server-1.0.2/debian/rules	2006-04-19 06:36:05 UTC (rev 1874)
@@ -31,8 +31,8 @@
 INSTALL=/usr/bin/install
 
 # s390 chokes on inline functions. See #362641
-ifeq ($(DEB_HOST_ARCH), 's390')
-	CFLAGS += '-DNO_INLINE'
+ifeq ($(DEB_HOST_ARCH), s390)
+	CFLAGS += -DNO_INLINE
 endif
 
 # disable-static is so we don't get libfoo.a for modules.  now if only we could



Reply to: