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/util | |
| 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/util')
| -rw-r--r-- | src/util/et/Makefile.in | 4 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 4 | ||||
| -rw-r--r-- | src/util/ss/Makefile.in | 4 | ||||
| -rw-r--r-- | src/util/support/Makefile.in | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 184ca50fb..fd3112963 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -245,8 +245,8 @@ TAGS: et_name.c error_message.c compile_et.c error_table.c \ depend:: et_lex.lex.c -# @lib_frag@ -# @libobj_frag@ +@lib_frag@ +@libobj_frag@ # +++ Dependency line eater +++ # diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 1175a3ef1..3d99ea70e 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -151,8 +151,8 @@ check-windows:: $(OUTPRE)test_profile.exe $(OUTPRE)test_parse.exe $(OUTPRE)test_parse test.ini -# @lib_frag@ -# @libobj_frag@ +@lib_frag@ +@libobj_frag@ # +++ Dependency line eater +++ # diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index b9a492a86..fe39c3918 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -166,8 +166,8 @@ clean:: TAGS test_ss -# @lib_frag@ -# @libobj_frag@ +@lib_frag@ +@libobj_frag@ # +++ Dependency line eater +++ # diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index fdc923e7f..a6aa3fccf 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -76,8 +76,8 @@ $(BUILDTOP)/include/autoconf.h: $(SRCTOP)/include/autoconf.h.in t_mktime: gmt_mktime.c $(CC) $(ALL_CFLAGS) -DTEST_LEAP -o t_mktime $(srcdir)/gmt_mktime.c -# @lib_frag@ -# @libobj_frag@ +@lib_frag@ +@libobj_frag@ # +++ Dependency line eater +++ # |
