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

r4107 - glibc-package/branches/eglibc-2.11/debian/rules.d



Author: schizo
Date: 2010-01-30 18:11:55 +0000 (Sat, 30 Jan 2010)
New Revision: 4107

Modified:
   glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk
Log:
fix backslash that got lost

Modified: glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk	2010-01-30 18:10:32 UTC (rev 4106)
+++ glibc-package/branches/eglibc-2.11/debian/rules.d/build.mk	2010-01-30 18:11:55 UTC (rev 4107)
@@ -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/"; \
 		--enable-multi-arch \
 		$(call xx,with_headers) $(call xx,extra_config_options))
 	touch $@


Reply to: