summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-06-28 22:07:00 +0000
committerKen Raeburn <raeburn@mit.edu>2006-06-28 22:07:00 +0000
commit4ba505713ee1046d7e613b1a38b89b980dc13884 (patch)
tree504970004b811f1c3a4d4b2c64897ba6c352ccb4 /src
parent30cbabc2918399d7419a2552f7a26ff4da0c070c (diff)
downloadkrb5-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')
-rw-r--r--src/appl/libpty/Makefile.in4
-rw-r--r--src/appl/telnet/libtelnet/Makefile.in4
-rw-r--r--src/lib/apputils/Makefile.in4
-rw-r--r--src/lib/crypto/Makefile.in4
-rw-r--r--src/lib/crypto/aes/Makefile.in2
-rw-r--r--src/lib/crypto/arcfour/Makefile.in2
-rw-r--r--src/lib/crypto/crc32/Makefile.in2
-rw-r--r--src/lib/crypto/des/Makefile.in2
-rw-r--r--src/lib/crypto/dk/Makefile.in2
-rw-r--r--src/lib/crypto/enc_provider/Makefile.in2
-rw-r--r--src/lib/crypto/hash_provider/Makefile.in2
-rw-r--r--src/lib/crypto/keyhash_provider/Makefile.in2
-rw-r--r--src/lib/crypto/md4/Makefile.in2
-rw-r--r--src/lib/crypto/md5/Makefile.in2
-rw-r--r--src/lib/crypto/old/Makefile.in2
-rw-r--r--src/lib/crypto/raw/Makefile.in2
-rw-r--r--src/lib/crypto/sha1/Makefile.in2
-rw-r--r--src/lib/crypto/yarrow/Makefile.in2
-rw-r--r--src/lib/des425/Makefile.in4
-rw-r--r--src/lib/gssapi/Makefile.in4
-rw-r--r--src/lib/gssapi/generic/Makefile.in2
-rw-r--r--src/lib/gssapi/krb5/Makefile.in2
-rw-r--r--src/lib/gssapi/mechglue/Makefile.in2
-rw-r--r--src/lib/gssapi/spnego/Makefile.in2
-rw-r--r--src/lib/kadm5/Makefile.in2
-rw-r--r--src/lib/kadm5/clnt/Makefile.in4
-rw-r--r--src/lib/kadm5/srv/Makefile.in4
-rw-r--r--src/lib/kdb/Makefile.in4
-rw-r--r--src/lib/krb4/Makefile.in4
-rw-r--r--src/lib/krb5/Makefile.in4
-rw-r--r--src/lib/krb5/asn.1/Makefile.in2
-rw-r--r--src/lib/krb5/ccache/Makefile.in2
-rw-r--r--src/lib/krb5/error_tables/Makefile.in2
-rw-r--r--src/lib/krb5/keytab/Makefile.in2
-rw-r--r--src/lib/krb5/krb/Makefile.in2
-rw-r--r--src/lib/krb5/os/Makefile.in2
-rw-r--r--src/lib/krb5/posix/Makefile.in2
-rw-r--r--src/lib/krb5/rcache/Makefile.in2
-rw-r--r--src/lib/rpc/Makefile.in4
-rw-r--r--src/plugins/kdb/db2/Makefile.in4
-rw-r--r--src/plugins/kdb/db2/libdb2/Makefile.in2
-rw-r--r--src/plugins/kdb/db2/libdb2/btree/Makefile.in2
-rw-r--r--src/plugins/kdb/db2/libdb2/clib/Makefile.in2
-rw-r--r--src/plugins/kdb/db2/libdb2/db/Makefile.in2
-rw-r--r--src/plugins/kdb/db2/libdb2/hash/Makefile.in2
-rw-r--r--src/plugins/kdb/db2/libdb2/mpool/Makefile.in2
-rw-r--r--src/plugins/kdb/db2/libdb2/recno/Makefile.in2
-rw-r--r--src/plugins/locate/python/Makefile.in4
-rw-r--r--src/util/et/Makefile.in4
-rw-r--r--src/util/profile/Makefile.in4
-rw-r--r--src/util/ss/Makefile.in4
-rw-r--r--src/util/support/Makefile.in4
52 files changed, 70 insertions, 70 deletions
diff --git a/src/appl/libpty/Makefile.in b/src/appl/libpty/Makefile.in
index 3c3ca3828d..2e8c8dad7f 100644
--- a/src/appl/libpty/Makefile.in
+++ b/src/appl/libpty/Makefile.in
@@ -107,8 +107,8 @@ $(BUILDTOP)/include/autoconf.h: $(SRCTOP)/include/autoconf.h.in
(cd $(BUILDTOP)/include; $(MAKE) autoconf.h)
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in
index a52071c072..2a6c7dc517 100644
--- a/src/appl/telnet/libtelnet/Makefile.in
+++ b/src/appl/telnet/libtelnet/Makefile.in
@@ -89,8 +89,8 @@ enc_des.o: key-proto.h
enc_des.o: misc-proto.h
install::
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/apputils/Makefile.in b/src/lib/apputils/Makefile.in
index 9393f56bf2..554abad8b2 100644
--- a/src/lib/apputils/Makefile.in
+++ b/src/lib/apputils/Makefile.in
@@ -32,8 +32,8 @@ LIBOBJS=$(OUTPRE)daemon.$(OBJEXT)
SRCS= $(srcdir)/daemon.c \
$(srcdir)/dummy.c
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in
index 55a7950907..681c1a15dd 100644
--- a/src/lib/crypto/Makefile.in
+++ b/src/lib/crypto/Makefile.in
@@ -354,8 +354,8 @@ check-windows::
cd ..
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/aes/Makefile.in b/src/lib/crypto/aes/Makefile.in
index 417a2b6247..917b751df0 100644
--- a/src/lib/crypto/aes/Makefile.in
+++ b/src/lib/crypto/aes/Makefile.in
@@ -68,7 +68,7 @@ clean-unix:: clean-libobjs
clean::
-$(RM) aes-gen aes-gen.o vt.txt vk.txt kresults.out aes-test aes-test.o
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/arcfour/Makefile.in b/src/lib/crypto/arcfour/Makefile.in
index 0311d1a2d1..2b461f00a9 100644
--- a/src/lib/crypto/arcfour/Makefile.in
+++ b/src/lib/crypto/arcfour/Makefile.in
@@ -36,7 +36,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/crc32/Makefile.in b/src/lib/crypto/crc32/Makefile.in
index e16171bdd9..ca0d031899 100644
--- a/src/lib/crypto/crc32/Makefile.in
+++ b/src/lib/crypto/crc32/Makefile.in
@@ -37,7 +37,7 @@ t_crc: t_crc.o crc32.o $(SUPPORT_DEPLIB)
$(CC_LINK) -o $@ t_crc.o crc32.o $(SUPPORT_LIB)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/des/Makefile.in b/src/lib/crypto/des/Makefile.in
index d249976250..b6f293cee5 100644
--- a/src/lib/crypto/des/Makefile.in
+++ b/src/lib/crypto/des/Makefile.in
@@ -91,7 +91,7 @@ clean::
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/dk/Makefile.in b/src/lib/crypto/dk/Makefile.in
index baa93563f5..58a95d4c27 100644
--- a/src/lib/crypto/dk/Makefile.in
+++ b/src/lib/crypto/dk/Makefile.in
@@ -48,7 +48,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/enc_provider/Makefile.in b/src/lib/crypto/enc_provider/Makefile.in
index 8ac9da7185..e26fde5595 100644
--- a/src/lib/crypto/enc_provider/Makefile.in
+++ b/src/lib/crypto/enc_provider/Makefile.in
@@ -38,7 +38,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/hash_provider/Makefile.in b/src/lib/crypto/hash_provider/Makefile.in
index 7878c97888..d879b40297 100644
--- a/src/lib/crypto/hash_provider/Makefile.in
+++ b/src/lib/crypto/hash_provider/Makefile.in
@@ -33,7 +33,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in
index a3c5017ccd..7e3bc03aa5 100644
--- a/src/lib/crypto/keyhash_provider/Makefile.in
+++ b/src/lib/crypto/keyhash_provider/Makefile.in
@@ -52,7 +52,7 @@ clean-unix::
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/md4/Makefile.in b/src/lib/crypto/md4/Makefile.in
index 7bb87dce78..c2f2d7b6fc 100644
--- a/src/lib/crypto/md4/Makefile.in
+++ b/src/lib/crypto/md4/Makefile.in
@@ -54,7 +54,7 @@ clean::
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/md5/Makefile.in b/src/lib/crypto/md5/Makefile.in
index e915e9e8a8..ab250951e7 100644
--- a/src/lib/crypto/md5/Makefile.in
+++ b/src/lib/crypto/md5/Makefile.in
@@ -44,7 +44,7 @@ clean::
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/old/Makefile.in b/src/lib/crypto/old/Makefile.in
index 006183db6f..d4db7a237f 100644
--- a/src/lib/crypto/old/Makefile.in
+++ b/src/lib/crypto/old/Makefile.in
@@ -31,7 +31,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/raw/Makefile.in b/src/lib/crypto/raw/Makefile.in
index c2389e1be2..d70493b096 100644
--- a/src/lib/crypto/raw/Makefile.in
+++ b/src/lib/crypto/raw/Makefile.in
@@ -29,7 +29,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/sha1/Makefile.in b/src/lib/crypto/sha1/Makefile.in
index 49ec4437f9..3113b8e4e4 100644
--- a/src/lib/crypto/sha1/Makefile.in
+++ b/src/lib/crypto/sha1/Makefile.in
@@ -49,7 +49,7 @@ clean-unix:: clean-libobjs
t_shs3: t_shs3.o shs.o $(SUPPORT_DEPLIB)
$(CC_LINK) -o t_shs3 t_shs3.o shs.o $(SUPPORT_LIB)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/crypto/yarrow/Makefile.in b/src/lib/crypto/yarrow/Makefile.in
index 9610636e09..ccdeb6cd0d 100644
--- a/src/lib/crypto/yarrow/Makefile.in
+++ b/src/lib/crypto/yarrow/Makefile.in
@@ -35,7 +35,7 @@ depend:: $(SRCS)
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/des425/Makefile.in b/src/lib/des425/Makefile.in
index 61489fff6e..1289be32fd 100644
--- a/src/lib/des425/Makefile.in
+++ b/src/lib/des425/Makefile.in
@@ -109,8 +109,8 @@ clean-unix:: clean-liblinks clean-libs clean-libobjs
install-unix:: install-libs
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/gssapi/Makefile.in b/src/lib/gssapi/Makefile.in
index ef0f65ad64..b8568c7d52 100644
--- a/src/lib/gssapi/Makefile.in
+++ b/src/lib/gssapi/Makefile.in
@@ -115,8 +115,8 @@ $(BUILDTOP)/include/gssapi/gssapi.h generic/gssapi.h krb5/gssapi_err_krb5.h gene
##DOS##!endif
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in
index 305a32589a..a9581f2d45 100644
--- a/src/lib/gssapi/generic/Makefile.in
+++ b/src/lib/gssapi/generic/Makefile.in
@@ -142,7 +142,7 @@ install-headers-unix install:: gssapi.h
depend:: $(ETSRCS)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/gssapi/krb5/Makefile.in b/src/lib/gssapi/krb5/Makefile.in
index 7f6b80034e..2d3368a883 100644
--- a/src/lib/gssapi/krb5/Makefile.in
+++ b/src/lib/gssapi/krb5/Makefile.in
@@ -235,7 +235,7 @@ includes:: gssapi_krb5.h
install::
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/gssapi/mechglue/Makefile.in b/src/lib/gssapi/mechglue/Makefile.in
index 197e4b30d9..4f49f07421 100644
--- a/src/lib/gssapi/mechglue/Makefile.in
+++ b/src/lib/gssapi/mechglue/Makefile.in
@@ -96,7 +96,7 @@ install::
includes::
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
diff --git a/src/lib/gssapi/spnego/Makefile.in b/src/lib/gssapi/spnego/Makefile.in
index ba6fe9ad0a..07561f6c81 100644
--- a/src/lib/gssapi/spnego/Makefile.in
+++ b/src/lib/gssapi/spnego/Makefile.in
@@ -20,7 +20,7 @@ all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
diff --git a/src/lib/kadm5/Makefile.in b/src/lib/kadm5/Makefile.in
index a597a360aa..71c14f4bda 100644
--- a/src/lib/kadm5/Makefile.in
+++ b/src/lib/kadm5/Makefile.in
@@ -98,7 +98,7 @@ clean-unix:: clean-libobjs
clean-windows::
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/kadm5/clnt/Makefile.in b/src/lib/kadm5/clnt/Makefile.in
index ed0cb41df2..7edea76983 100644
--- a/src/lib/kadm5/clnt/Makefile.in
+++ b/src/lib/kadm5/clnt/Makefile.in
@@ -72,8 +72,8 @@ clean-unix:: clean-liblinks clean-libs clean-libobjs
install:: install-libs
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/kadm5/srv/Makefile.in b/src/lib/kadm5/srv/Makefile.in
index 63d9c5ad51..a2ee7f0611 100644
--- a/src/lib/kadm5/srv/Makefile.in
+++ b/src/lib/kadm5/srv/Makefile.in
@@ -89,8 +89,8 @@ clean-unix:: clean-liblinks clean-libs clean-libobjs
install:: install-libs
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/kdb/Makefile.in b/src/lib/kdb/Makefile.in
index ff49791477..e6666929c3 100644
--- a/src/lib/kdb/Makefile.in
+++ b/src/lib/kdb/Makefile.in
@@ -51,8 +51,8 @@ all-unix:: all-liblinks
install-unix:: install-libs
clean-unix:: clean-liblinks clean-libs clean-libobjs
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb4/Makefile.in b/src/lib/krb4/Makefile.in
index 9812d15975..b58f785e05 100644
--- a/src/lib/krb4/Makefile.in
+++ b/src/lib/krb4/Makefile.in
@@ -264,8 +264,8 @@ check-windows::
install-unix:: install-libs
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in
index fcf2ea28c7..9c6fe864d7 100644
--- a/src/lib/krb5/Makefile.in
+++ b/src/lib/krb5/Makefile.in
@@ -125,8 +125,8 @@ clean-windows::
install-unix:: install-libs
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/asn.1/Makefile.in b/src/lib/krb5/asn.1/Makefile.in
index 3c440fe561..b39dd2546e 100644
--- a/src/lib/krb5/asn.1/Makefile.in
+++ b/src/lib/krb5/asn.1/Makefile.in
@@ -52,7 +52,7 @@ all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/ccache/Makefile.in b/src/lib/krb5/ccache/Makefile.in
index 7906aebb00..44ba2a91b6 100644
--- a/src/lib/krb5/ccache/Makefile.in
+++ b/src/lib/krb5/ccache/Makefile.in
@@ -94,7 +94,7 @@ clean-unix::
##WIN32## $(OUTPRE)cc_mslsa.$(OBJEXT): cc_mslsa.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/error_tables/Makefile.in b/src/lib/krb5/error_tables/Makefile.in
index df4191ff6d..323af48607 100644
--- a/src/lib/krb5/error_tables/Makefile.in
+++ b/src/lib/krb5/error_tables/Makefile.in
@@ -63,7 +63,7 @@ $(OUTPRE)krb524_err.$(OBJEXT): krb524_err.c
clean-unix:: clean-libobjs
$(RM) $(HDRS) $(ETSRCS)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/keytab/Makefile.in b/src/lib/krb5/keytab/Makefile.in
index 73b11f72a4..98e1e7981d 100644
--- a/src/lib/krb5/keytab/Makefile.in
+++ b/src/lib/krb5/keytab/Makefile.in
@@ -55,7 +55,7 @@ clean-windows::
$(RM) $(OBJFILE)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index edf6d5f2f1..4cbc4b9b05 100644
--- a/src/lib/krb5/krb/Makefile.in
+++ b/src/lib/krb5/krb/Makefile.in
@@ -360,7 +360,7 @@ clean::
$(OUTPRE)t_deltat$(EXEEXT) $(OUTPRE)t_deltat.$(OBJEXT) \
$(OUTPRE)t_expand$(EXEEXT) $(OUTPRE)t_expand.$(OBJEXT)
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index 403f591e67..9fae2a4ee3 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -240,7 +240,7 @@ check-unix::
clean::
$(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/krb5/posix/Makefile.in b/src/lib/krb5/posix/Makefile.in
index 64a0773276..65a7b601d5 100644
--- a/src/lib/krb5/posix/Makefile.in
+++ b/src/lib/krb5/posix/Makefile.in
@@ -15,4 +15,4 @@ all-unix:: all-libobjs
clean-unix:: clean-libobjs
##WIN32##LIBOBJS = $(OUTPRE)syslog.obj
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/lib/krb5/rcache/Makefile.in b/src/lib/krb5/rcache/Makefile.in
index 05b7609558..5ade489007 100644
--- a/src/lib/krb5/rcache/Makefile.in
+++ b/src/lib/krb5/rcache/Makefile.in
@@ -43,7 +43,7 @@ SRCS= \
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in
index 1d3c6eacbf..1e28cc22c9 100644
--- a/src/lib/rpc/Makefile.in
+++ b/src/lib/rpc/Makefile.in
@@ -280,8 +280,8 @@ clean-windows::
$(HDRS): includes
-# @lib_frag@
-# @libobj_frag@
+@lib_frag@
+@libobj_frag@
# +++ Dependency line eater +++
#
diff --git a/src/plugins/kdb/db2/Makefile.in b/src/plugins/kdb/db2/Makefile.in
index bf1a6c05e6..d790637018 100644
--- a/src/plugins/kdb/db2/Makefile.in
+++ b/src/plugins/kdb/db2/Makefile.in
@@ -76,8 +76,8 @@ $(DB_DEPS) $(DBOBJLISTS-k5) $(DBSHOBJLISTS): all-recurse
clean::
$(RM) lib$(LIBBASE)$(SO_EXT) db2_exp.o
-# @libnover_frag@
-# @libobj_frag@
+@libnover_frag@
+@libobj_frag@
.depend-verify-db: depend-verify-db-$(DB_VERSION)
depend-verify-db-k5:
diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in
index 93fed6f3c0..1d977ed868 100644
--- a/src/plugins/kdb/db2/libdb2/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/Makefile.in
@@ -40,4 +40,4 @@ $(srcdir)/include/autoconf.stmp: $(srcdir)/configure.in $(SRCTOP)/aclocal.m4
clean-includes::
$(RM) $(HDRS) include/*.stmp
-# @lib_frag@
+@lib_frag@
diff --git a/src/plugins/kdb/db2/libdb2/btree/Makefile.in b/src/plugins/kdb/db2/libdb2/btree/Makefile.in
index 52243b4607..eb166d37b3 100644
--- a/src/plugins/kdb/db2/libdb2/btree/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/btree/Makefile.in
@@ -11,4 +11,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/plugins/kdb/db2/libdb2/clib/Makefile.in b/src/plugins/kdb/db2/libdb2/clib/Makefile.in
index 09f8089672..8ea1ec8d63 100644
--- a/src/plugins/kdb/db2/libdb2/clib/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/clib/Makefile.in
@@ -8,4 +8,4 @@ LOCALINCLUDES=-I../include
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/plugins/kdb/db2/libdb2/db/Makefile.in b/src/plugins/kdb/db2/libdb2/db/Makefile.in
index 074bb7f329..e40c69186f 100644
--- a/src/plugins/kdb/db2/libdb2/db/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/db/Makefile.in
@@ -8,4 +8,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/plugins/kdb/db2/libdb2/hash/Makefile.in b/src/plugins/kdb/db2/libdb2/hash/Makefile.in
index 1e60e9a18c..232376012b 100644
--- a/src/plugins/kdb/db2/libdb2/hash/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/hash/Makefile.in
@@ -10,4 +10,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/plugins/kdb/db2/libdb2/mpool/Makefile.in b/src/plugins/kdb/db2/libdb2/mpool/Makefile.in
index 9745c4e300..d06b69a9c2 100644
--- a/src/plugins/kdb/db2/libdb2/mpool/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/mpool/Makefile.in
@@ -8,4 +8,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../db
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/plugins/kdb/db2/libdb2/recno/Makefile.in b/src/plugins/kdb/db2/libdb2/recno/Makefile.in
index 4d6b9a5084..ba0697cb80 100644
--- a/src/plugins/kdb/db2/libdb2/recno/Makefile.in
+++ b/src/plugins/kdb/db2/libdb2/recno/Makefile.in
@@ -10,4 +10,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-# @libobj_frag@
+@libobj_frag@
diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in
index fc8009c8f6..9915052aa8 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 +++
#
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index 184ca50fb0..fd31129637 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 1175a3ef10..3d99ea70ef 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 b9a492a868..fe39c39183 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 fdc923e7fc..a6aa3fccf4 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 +++
#