From 4ba505713ee1046d7e613b1a38b89b980dc13884 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 28 Jun 2006 22:07:00 +0000 Subject: autoconf 2.60 compatibility Change all file substitutions so that @-patterns start at the beginning of their lines, as now required by autoconf 2.60 (released Monday). ticket: new target_version: 1.5 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18249 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/locate/python/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in index fc8009c8f..9915052aa 100644 --- a/src/plugins/locate/python/Makefile.in +++ b/src/plugins/locate/python/Makefile.in @@ -25,8 +25,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 +++ # -- cgit