update ldap/Makefile.in for newer autoconf substitution requirements
authorKen Raeburn <raeburn@mit.edu>
Wed, 3 Jan 2007 23:15:55 +0000 (23:15 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 3 Jan 2007 23:15:55 +0000 (23:15 +0000)
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

src/plugins/kdb/ldap/Makefile.in

index 25cfe08e3452764268317105a8bd9f3279c77330..323d4a56863830308a0bc69a806c6213110d3c76 100644 (file)
@@ -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 +++
 #