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

r4147 - glibc-package/trunk/debian/rules.d



Author: aurel32
Date: 2010-02-07 15:39:29 +0000 (Sun, 07 Feb 2010)
New Revision: 4147

Modified:
   glibc-package/trunk/debian/rules.d/build.mk
Log:
Fix a typo


Modified: glibc-package/trunk/debian/rules.d/build.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/build.mk	2010-02-07 15:25:42 UTC (rev 4146)
+++ glibc-package/trunk/debian/rules.d/build.mk	2010-02-07 15:39:29 UTC (rev 4147)
@@ -78,7 +78,7 @@
 		--without-selinux \
 		--enable-stackguard-randomization \
 		--with-pkgversion="Debian EGLIBC $(DEB_VERSION)" \
-		--with-bugurl="http://www.debian.org/Bugs/";
+		--with-bugurl="http://www.debian.org/Bugs/"; \
 		$(call xx,with_headers) $(call xx,extra_config_options))
 	touch $@
 


Reply to: