Author: aurel32
Date: 2009-09-09 20:24:54 +0000 (Wed, 09 Sep 2009)
New Revision: 3832

Modified:
   glibc-package/branches/multiarch/debian/rules.d/build.mk
Log:
rtlddir is now always defined


Modified: glibc-package/branches/multiarch/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/multiarch/debian/rules.d/build.mk    2009-09-09 
19:20:58 UTC (rev 3831)
+++ glibc-package/branches/multiarch/debian/rules.d/build.mk    2009-09-09 
20:24:54 UTC (rev 3832)
@@ -45,9 +45,7 @@
        echo "sbindir = $(sbindir)"             >> $(DEB_BUILDDIR)/configparms
        echo "libdir = $(call xx,libdir)"       >> $(DEB_BUILDDIR)/configparms
        echo "slibdir = $(call xx,slibdir)"     >> $(DEB_BUILDDIR)/configparms
-       rtlddir="$(call xx,rtlddir)" ; if test -n "$$rtlddir" ; then \
-               echo "rtlddir = $$rtlddir" >> $(DEB_BUILDDIR)/configparms ; \
-       fi
+       echo "rtlddir = $(call xx,rtlddir)"     >> $(DEB_BUILDDIR)/configparms
 
        # Prevent autoconf from running unexpectedly by setting it to false.
        # Also explicitly pass CC down - this is needed to get -m64 on


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to