[Glibc-bsd-commits] r6114 - trunk/freebsd-libs/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Thu Sep 29 22:13:14 UTC 2016


Author: stevenc-guest
Date: 2016-09-29 22:13:14 +0000 (Thu, 29 Sep 2016)
New Revision: 6114

Modified:
   trunk/freebsd-libs/debian/rules
Log:
Fix whitespace


Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2016-09-18 00:55:31 UTC (rev 6113)
+++ trunk/freebsd-libs/debian/rules	2016-09-29 22:13:14 UTC (rev 6114)
@@ -40,7 +40,7 @@
 	-fPIC \
 	$(CPPFLAGS) \
 	$(NULL)
-CFLAGS   += $(EXTRA_CFLAGS)
+CFLAGS	+= $(EXTRA_CFLAGS)
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))




More information about the Glibc-bsd-commits mailing list