diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-06-28 22:07:00 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-06-28 22:07:00 +0000 |
| commit | 4ba505713ee1046d7e613b1a38b89b980dc13884 (patch) | |
| tree | 504970004b811f1c3a4d4b2c64897ba6c352ccb4 /src/plugins/locate/python/Makefile.in | |
| parent | 30cbabc2918399d7419a2552f7a26ff4da0c070c (diff) | |
| download | krb5-4ba505713ee1046d7e613b1a38b89b980dc13884.tar.gz krb5-4ba505713ee1046d7e613b1a38b89b980dc13884.tar.xz krb5-4ba505713ee1046d7e613b1a38b89b980dc13884.zip | |
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
Diffstat (limited to 'src/plugins/locate/python/Makefile.in')
| -rw-r--r-- | src/plugins/locate/python/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 +++ # |
