From cf715ec3672e2abc539039f68cc875f5176ae416 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 4 Jan 2007 00:27:17 +0000 Subject: [PATCH] pull up r19030 from trunk r19030@cathode-dark-space: raeburn | 2007-01-03 18:15:55 -0500 ticket: new subject: update ldap/Makefile.in for newer autoconf substitution requirements target_version: 1.6 tags: pullup The other makefile.in files have had the makefile-fragment substitution lines updated to not have "#" at the front, because some recent versions of autoconf require that the @-pattern start at the beginning of the line. We missed plugins/kdb/ldap/Makefile.in at the time. Patch from Michael Calmer. ticket: 5265 version_fixed: 1.6 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19033 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/kdb/ldap/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/kdb/ldap/Makefile.in b/src/plugins/kdb/ldap/Makefile.in index 25cfe08e3..323d4a568 100644 --- a/src/plugins/kdb/ldap/Makefile.in +++ b/src/plugins/kdb/ldap/Makefile.in @@ -42,8 +42,8 @@ all-unix:: $(LIBBASE)$(SO_EXT) install-unix:: install-libs clean-unix:: clean-libs clean-libobjs -# @libnover_frag@ -# @libobj_frag@ +@libnover_frag@ +@libobj_frag@ # +++ Dependency line eater +++ # -- 2.26.2