diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-01-03 23:15:55 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-01-03 23:15:55 +0000 |
| commit | 3cfb92cf2238be27c379e3d5ac16cd517244d235 (patch) | |
| tree | 69b7b63f8dff4dc26123376f586ff992cf956340 /src/plugins/kdb | |
| parent | 0434bc17324a446f8007ed64b934dea5d884f0a3 (diff) | |
| download | krb5-3cfb92cf2238be27c379e3d5ac16cd517244d235.tar.gz krb5-3cfb92cf2238be27c379e3d5ac16cd517244d235.tar.xz krb5-3cfb92cf2238be27c379e3d5ac16cd517244d235.zip | |
update ldap/Makefile.in for newer autoconf substitution requirements
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: new
target_version: 1.6
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19030 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb')
| -rw-r--r-- | src/plugins/kdb/ldap/Makefile.in | 4 |
1 files 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 +++ # |
