summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/-test-/bignum/depend2
-rw-r--r--ext/-test-/debug/depend2
-rw-r--r--ext/-test-/exception/depend2
-rw-r--r--ext/-test-/file/depend2
-rw-r--r--ext/-test-/string/depend2
-rw-r--r--ext/-test-/tracepoint/depend2
-rw-r--r--ext/-test-/wait_for_single_fd/depend2
-rw-r--r--ext/bigdecimal/depend2
-rw-r--r--ext/coverage/depend3
-rw-r--r--ext/date/depend2
-rw-r--r--ext/digest/bubblebabble/depend2
-rw-r--r--ext/digest/depend2
-rw-r--r--ext/digest/md5/depend3
-rw-r--r--ext/digest/rmd160/depend3
-rw-r--r--ext/digest/sha1/depend2
-rw-r--r--ext/digest/sha2/depend3
-rw-r--r--ext/json/generator/depend3
-rw-r--r--ext/json/parser/depend3
-rw-r--r--ext/nkf/depend2
-rw-r--r--ext/objspace/depend2
-rw-r--r--ext/openssl/depend2
-rw-r--r--ext/pty/depend2
-rw-r--r--ext/rbconfig/sizeof/depend3
-rw-r--r--ext/readline/depend2
-rw-r--r--ext/ripper/depend2
-rw-r--r--ext/sdbm/depend2
-rw-r--r--ext/socket/depend2
-rw-r--r--ext/strscan/depend2
-rw-r--r--ext/syslog/depend2
29 files changed, 65 insertions, 0 deletions
diff --git a/ext/-test-/bignum/depend b/ext/-test-/bignum/depend
index 72d6e2d884..8f1660cbe3 100644
--- a/ext/-test-/bignum/depend
+++ b/ext/-test-/bignum/depend
@@ -4,6 +4,7 @@ intpack.o: intpack.c
mul.o: mul.c
str2big.o: str2big.c
+# AUTOGENERATED DEPENDENCIES START
bigzero.o: $(top_srcdir)/internal.h
big2str.o: $(top_srcdir)/internal.h
big2str.o: $(arch_hdrdir)/ruby/config.h
@@ -66,3 +67,4 @@ str2big.o: $(hdrdir)/ruby/missing.h
str2big.o: $(hdrdir)/ruby/ruby.h
str2big.o: $(hdrdir)/ruby/st.h
str2big.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/-test-/debug/depend b/ext/-test-/debug/depend
index e1955562f0..fdbfff8c42 100644
--- a/ext/-test-/debug/depend
+++ b/ext/-test-/debug/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
init.o: $(arch_hdrdir)/ruby/config.h
init.o: $(top_srcdir)/include/ruby.h
init.o: $(hdrdir)/ruby/defines.h
@@ -22,3 +23,4 @@ profile_frames.o: $(hdrdir)/ruby/missing.h
profile_frames.o: $(hdrdir)/ruby/ruby.h
profile_frames.o: $(hdrdir)/ruby/st.h
profile_frames.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/-test-/exception/depend b/ext/-test-/exception/depend
index 49139f7a77..c1140d5709 100644
--- a/ext/-test-/exception/depend
+++ b/ext/-test-/exception/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
dataerror.o: $(arch_hdrdir)/ruby/config.h
dataerror.o: $(hdrdir)/ruby/defines.h
dataerror.o: $(hdrdir)/ruby/intern.h
@@ -31,3 +32,4 @@ init.o: $(hdrdir)/ruby/missing.h
init.o: $(hdrdir)/ruby/ruby.h
init.o: $(hdrdir)/ruby/st.h
init.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/-test-/file/depend b/ext/-test-/file/depend
index 7ed9f38c4e..90ca40c101 100644
--- a/ext/-test-/file/depend
+++ b/ext/-test-/file/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
fs.o: $(arch_hdrdir)/ruby/config.h
fs.o: $(hdrdir)/ruby/defines.h
fs.o: $(hdrdir)/ruby/encoding.h
@@ -26,3 +27,4 @@ stat.o: $(hdrdir)/ruby/oniguruma.h
stat.o: $(hdrdir)/ruby/ruby.h
stat.o: $(hdrdir)/ruby/st.h
stat.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/-test-/string/depend b/ext/-test-/string/depend
index 9dab96d633..8a1c2c3764 100644
--- a/ext/-test-/string/depend
+++ b/ext/-test-/string/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
coderange.o: $(arch_hdrdir)/ruby/config.h
coderange.o: $(hdrdir)/ruby/defines.h
coderange.o: $(hdrdir)/ruby/encoding.h
@@ -88,3 +89,4 @@ set_len.o: $(hdrdir)/ruby/missing.h
set_len.o: $(hdrdir)/ruby/ruby.h
set_len.o: $(hdrdir)/ruby/st.h
set_len.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/-test-/tracepoint/depend b/ext/-test-/tracepoint/depend
index cfb08685bd..4d4203e145 100644
--- a/ext/-test-/tracepoint/depend
+++ b/ext/-test-/tracepoint/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
gc_hook.o: $(arch_hdrdir)/ruby/config.h
gc_hook.o: $(hdrdir)/ruby/debug.h
gc_hook.o: $(hdrdir)/ruby/defines.h
@@ -14,3 +15,4 @@ tracepoint.o: $(hdrdir)/ruby/missing.h
tracepoint.o: $(hdrdir)/ruby/ruby.h
tracepoint.o: $(hdrdir)/ruby/st.h
tracepoint.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/-test-/wait_for_single_fd/depend b/ext/-test-/wait_for_single_fd/depend
index 58047c7ede..2d2afb199c 100644
--- a/ext/-test-/wait_for_single_fd/depend
+++ b/ext/-test-/wait_for_single_fd/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
wait_for_single_fd.o: $(arch_hdrdir)/ruby/config.h
wait_for_single_fd.o: $(hdrdir)/ruby/defines.h
wait_for_single_fd.o: $(hdrdir)/ruby/encoding.h
@@ -8,3 +9,4 @@ wait_for_single_fd.o: $(hdrdir)/ruby/oniguruma.h
wait_for_single_fd.o: $(hdrdir)/ruby/ruby.h
wait_for_single_fd.o: $(hdrdir)/ruby/st.h
wait_for_single_fd.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/bigdecimal/depend b/ext/bigdecimal/depend
index 3450250d8a..329bb90cc8 100644
--- a/ext/bigdecimal/depend
+++ b/ext/bigdecimal/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
bigdecimal.o: $(arch_hdrdir)/ruby/config.h
bigdecimal.o: bigdecimal.h
bigdecimal.o: $(hdrdir)/ruby/defines.h
@@ -7,3 +8,4 @@ bigdecimal.o: $(hdrdir)/ruby/ruby.h
bigdecimal.o: $(hdrdir)/ruby/st.h
bigdecimal.o: $(hdrdir)/ruby/subst.h
bigdecimal.o: $(hdrdir)/ruby/util.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/coverage/depend b/ext/coverage/depend
index 6f253d96b4..50c355c05d 100644
--- a/ext/coverage/depend
+++ b/ext/coverage/depend
@@ -9,7 +9,10 @@ $(OBJS): $(HDRS) $(ruby_headers) \
$(top_srcdir)/thread_pthread.h \
$(top_srcdir)/internal.h \
$(top_srcdir)/include/ruby/thread_native.h
+
+# AUTOGENERATED DEPENDENCIES START
coverage.o: $(top_srcdir)/ccan/check_type/check_type.h
coverage.o: $(top_srcdir)/ccan/container_of/container_of.h
coverage.o: $(top_srcdir)/ccan/list/list.h
coverage.o: $(top_srcdir)/ccan/str/str.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/date/depend b/ext/date/depend
index 2c9006e50f..a4c9d7b202 100644
--- a/ext/date/depend
+++ b/ext/date/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
date_core.o: $(arch_hdrdir)/ruby/config.h
date_core.o: date_tmx.h
date_core.o: $(top_srcdir)/include/ruby.h
@@ -41,3 +42,4 @@ date_strptime.o: $(hdrdir)/ruby/regex.h
date_strptime.o: $(hdrdir)/ruby/ruby.h
date_strptime.o: $(hdrdir)/ruby/st.h
date_strptime.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/digest/bubblebabble/depend b/ext/digest/bubblebabble/depend
index 9e5466c722..6ef6d7d593 100644
--- a/ext/digest/bubblebabble/depend
+++ b/ext/digest/bubblebabble/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
bubblebabble.o: $(arch_hdrdir)/ruby/config.h
bubblebabble.o: $(top_srcdir)/ext/digest/digest.h
bubblebabble.o: $(top_srcdir)/include/ruby.h
@@ -7,3 +8,4 @@ bubblebabble.o: $(hdrdir)/ruby/missing.h
bubblebabble.o: $(hdrdir)/ruby/ruby.h
bubblebabble.o: $(hdrdir)/ruby/st.h
bubblebabble.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/digest/depend b/ext/digest/depend
index d3afb84596..64f5d7649e 100644
--- a/ext/digest/depend
+++ b/ext/digest/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
digest.o: $(arch_hdrdir)/ruby/config.h
digest.o: digest.h
digest.o: $(top_srcdir)/include/ruby.h
@@ -7,3 +8,4 @@ digest.o: $(hdrdir)/ruby/missing.h
digest.o: $(hdrdir)/ruby/ruby.h
digest.o: $(hdrdir)/ruby/st.h
digest.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/digest/md5/depend b/ext/digest/md5/depend
index 6d3a0dc512..bc89ec0481 100644
--- a/ext/digest/md5/depend
+++ b/ext/digest/md5/depend
@@ -1,4 +1,6 @@
md5.o: md5.c md5.h $(srcdir)/../defs.h
+
+# AUTOGENERATED DEPENDENCIES START
md5init.o: $(arch_hdrdir)/ruby/config.h
md5init.o: $(top_srcdir)/ext/digest/digest.h
md5init.o: md5ossl.h
@@ -10,3 +12,4 @@ md5init.o: $(hdrdir)/ruby/ruby.h
md5init.o: $(hdrdir)/ruby/st.h
md5init.o: $(hdrdir)/ruby/subst.h
md5ossl.o: md5ossl.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/digest/rmd160/depend b/ext/digest/rmd160/depend
index 647d3aeb70..d53a87ff33 100644
--- a/ext/digest/rmd160/depend
+++ b/ext/digest/rmd160/depend
@@ -1,4 +1,6 @@
rmd160.o: rmd160.c rmd160.h $(srcdir)/../defs.h $(HDRS) $(ruby_headers)
+
+# AUTOGENERATED DEPENDENCIES START
rmd160init.o: $(arch_hdrdir)/ruby/config.h
rmd160init.o: $(hdrdir)/ruby/defines.h
rmd160init.o: $(hdrdir)/ruby/intern.h
@@ -19,3 +21,4 @@ rmd160ossl.o: $(hdrdir)/ruby/subst.h
rmd160ossl.o: $(top_srcdir)/ext/digest/defs.h
rmd160ossl.o: $(top_srcdir)/include/ruby.h
rmd160ossl.o: rmd160ossl.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/digest/sha1/depend b/ext/digest/sha1/depend
index b2bd833cf0..8f334f1325 100644
--- a/ext/digest/sha1/depend
+++ b/ext/digest/sha1/depend
@@ -1,5 +1,6 @@
sha1.o: sha1.c sha1.h $(srcdir)/../defs.h
+# AUTOGENERATED DEPENDENCIES START
sha1init.o: $(arch_hdrdir)/ruby/config.h
sha1init.o: $(top_srcdir)/ext/digest/digest.h
sha1init.o: sha1ossl.h
@@ -20,3 +21,4 @@ sha1ossl.o: $(hdrdir)/ruby/missing.h
sha1ossl.o: $(hdrdir)/ruby/ruby.h
sha1ossl.o: $(hdrdir)/ruby/st.h
sha1ossl.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/digest/sha2/depend b/ext/digest/sha2/depend
index 938c7f0fd0..065faaf5de 100644
--- a/ext/digest/sha2/depend
+++ b/ext/digest/sha2/depend
@@ -1,4 +1,6 @@
sha2.o: sha2.c sha2.h $(srcdir)/../defs.h $(HDRS) $(ruby_headers)
+
+# AUTOGENERATED DEPENDENCIES START
sha2init.o: $(arch_hdrdir)/ruby/config.h
sha2init.o: $(top_srcdir)/ext/digest/digest.h
sha2init.o: sha2ossl.h
@@ -19,3 +21,4 @@ sha2ossl.o: $(hdrdir)/ruby/missing.h
sha2ossl.o: $(hdrdir)/ruby/ruby.h
sha2ossl.o: $(hdrdir)/ruby/st.h
sha2ossl.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/json/generator/depend b/ext/json/generator/depend
index 72f1c130b2..84d79d62b7 100644
--- a/ext/json/generator/depend
+++ b/ext/json/generator/depend
@@ -1,6 +1,9 @@
$(OBJS): $(ruby_headers)
generator.o: generator.c generator.h $(srcdir)/../fbuffer/fbuffer.h
+
+# AUTOGENERATED DEPENDENCIES START
generator.o: $(hdrdir)/ruby/encoding.h
generator.o: $(hdrdir)/ruby/oniguruma.h
generator.o: $(hdrdir)/ruby/re.h
generator.o: $(hdrdir)/ruby/regex.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/json/parser/depend b/ext/json/parser/depend
index 87c123305a..8b2335245e 100644
--- a/ext/json/parser/depend
+++ b/ext/json/parser/depend
@@ -1,5 +1,8 @@
$(OBJS): $(ruby_headers)
parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h
+
+# AUTOGENERATED DEPENDENCIES START
parser.o: parser.rl
parser.o: $(hdrdir)/ruby/encoding.h
parser.o: $(hdrdir)/ruby/oniguruma.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/nkf/depend b/ext/nkf/depend
index 264af81823..c0a00c8407 100644
--- a/ext/nkf/depend
+++ b/ext/nkf/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
nkf.o: $(arch_hdrdir)/ruby/config.h
nkf.o: nkf-utf8/config.h
nkf.o: nkf-utf8/nkf.c
@@ -12,3 +13,4 @@ nkf.o: $(hdrdir)/ruby/oniguruma.h
nkf.o: $(hdrdir)/ruby/ruby.h
nkf.o: $(hdrdir)/ruby/st.h
nkf.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/objspace/depend b/ext/objspace/depend
index 05fee909a1..23d7081092 100644
--- a/ext/objspace/depend
+++ b/ext/objspace/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
object_tracing.o: $(top_srcdir)/internal.h
objspace_dump.o: $(topdir)/id.h
objspace_dump.o: $(top_srcdir)/internal.h
@@ -50,3 +51,4 @@ objspace_dump.o: $(hdrdir)/ruby/missing.h
objspace_dump.o: $(hdrdir)/ruby/ruby.h
objspace_dump.o: $(hdrdir)/ruby/st.h
objspace_dump.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/openssl/depend b/ext/openssl/depend
index c81cfaf796..29a09d0dbd 100644
--- a/ext/openssl/depend
+++ b/ext/openssl/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
openssl_missing.o: openssl_missing.h
ossl.o: $(arch_hdrdir)/ruby/config.h
ossl.o: openssl_missing.h
@@ -1023,3 +1024,4 @@ ossl_x509store.o: $(hdrdir)/ruby/ruby.h
ossl_x509store.o: $(hdrdir)/ruby/st.h
ossl_x509store.o: $(hdrdir)/ruby/subst.h
ossl_x509store.o: $(hdrdir)/ruby/thread.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/pty/depend b/ext/pty/depend
index b33617630c..2fec61240d 100644
--- a/ext/pty/depend
+++ b/ext/pty/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
pty.o: $(top_srcdir)/internal.h
pty.o: $(arch_hdrdir)/ruby/config.h
pty.o: $(hdrdir)/ruby/defines.h
@@ -10,3 +11,4 @@ pty.o: $(hdrdir)/ruby/ruby.h
pty.o: $(hdrdir)/ruby/st.h
pty.o: $(hdrdir)/ruby/subst.h
pty.o: $(hdrdir)/ruby/util.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/rbconfig/sizeof/depend b/ext/rbconfig/sizeof/depend
index cd45428c8c..328557b402 100644
--- a/ext/rbconfig/sizeof/depend
+++ b/ext/rbconfig/sizeof/depend
@@ -1,6 +1,8 @@
sizes.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in
$(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \
$(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in
+
+# AUTOGENERATED DEPENDENCIES START
sizes.o: $(arch_hdrdir)/ruby/config.h
sizes.o: $(hdrdir)/ruby/defines.h
sizes.o: $(hdrdir)/ruby/intern.h
@@ -8,3 +10,4 @@ sizes.o: $(hdrdir)/ruby/missing.h
sizes.o: $(hdrdir)/ruby/ruby.h
sizes.o: $(hdrdir)/ruby/st.h
sizes.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/readline/depend b/ext/readline/depend
index d6ec852d0a..40d1bbdb30 100644
--- a/ext/readline/depend
+++ b/ext/readline/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
readline.o: $(top_srcdir)/internal.h
readline.o: $(arch_hdrdir)/ruby/config.h
readline.o: $(hdrdir)/ruby/defines.h
@@ -10,3 +11,4 @@ readline.o: $(hdrdir)/ruby/ruby.h
readline.o: $(hdrdir)/ruby/st.h
readline.o: $(hdrdir)/ruby/subst.h
readline.o: $(hdrdir)/ruby/thread.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/ripper/depend b/ext/ripper/depend
index 774f8fd327..db2dd15aca 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -43,6 +43,7 @@ ripper.E: ripper.c
$(ECHO) preprocessing ripper.c
$(Q) $(CC) -E $(CPPFLAGS) ripper.c | $(RUBY) $(srcdir)/tools/strip.rb > $@
+# AUTOGENERATED DEPENDENCIES START
ripper.o: {$(VPATH)}id.h
ripper.o: $(top_srcdir)/internal.h
ripper.o: {$(VPATH)}lex.c
@@ -67,3 +68,4 @@ ripper.o: $(hdrdir)/ruby/ruby.h
ripper.o: $(hdrdir)/ruby/st.h
ripper.o: $(hdrdir)/ruby/subst.h
ripper.o: $(hdrdir)/ruby/util.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/sdbm/depend b/ext/sdbm/depend
index 8a6b5b742a..e81716c888 100644
--- a/ext/sdbm/depend
+++ b/ext/sdbm/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
_sdbm.o: $(arch_hdrdir)/ruby/config.h
_sdbm.o: sdbm.h
_sdbm.o: $(hdrdir)/ruby/defines.h
@@ -11,3 +12,4 @@ init.o: $(hdrdir)/ruby/missing.h
init.o: $(hdrdir)/ruby/ruby.h
init.o: $(hdrdir)/ruby/st.h
init.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/socket/depend b/ext/socket/depend
index c995df1394..9661c0c519 100644
--- a/ext/socket/depend
+++ b/ext/socket/depend
@@ -5,6 +5,7 @@ constdefs.h constdefs.c : $(srcdir)/mkconstants.rb
@echo "generating constant definitions"
@$(RUBY) $(srcdir)/mkconstants.rb -H constdefs.h -o constdefs.c
+# AUTOGENERATED DEPENDENCIES START
ancdata.o: $(top_srcdir)/internal.h
ancdata.o: $(arch_hdrdir)/ruby/config.h
ancdata.o: constdefs.h
@@ -246,3 +247,4 @@ unixsocket.o: $(hdrdir)/ruby/st.h
unixsocket.o: $(hdrdir)/ruby/subst.h
unixsocket.o: $(hdrdir)/ruby/thread.h
unixsocket.o: $(hdrdir)/ruby/util.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/strscan/depend b/ext/strscan/depend
index b2be40948e..e7e5892329 100644
--- a/ext/strscan/depend
+++ b/ext/strscan/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
strscan.o: $(top_srcdir)/regenc.h
strscan.o: $(top_srcdir)/regint.h
strscan.o: $(arch_hdrdir)/ruby/config.h
@@ -11,3 +12,4 @@ strscan.o: $(hdrdir)/ruby/regex.h
strscan.o: $(hdrdir)/ruby/ruby.h
strscan.o: $(hdrdir)/ruby/st.h
strscan.o: $(hdrdir)/ruby/subst.h
+# AUTOGENERATED DEPENDENCIES END
diff --git a/ext/syslog/depend b/ext/syslog/depend
index c71b73fb0c..9ba4d05eda 100644
--- a/ext/syslog/depend
+++ b/ext/syslog/depend
@@ -1,3 +1,4 @@
+# AUTOGENERATED DEPENDENCIES START
syslog.o: $(arch_hdrdir)/ruby/config.h
syslog.o: $(hdrdir)/ruby/defines.h
syslog.o: $(hdrdir)/ruby/intern.h
@@ -6,3 +7,4 @@ syslog.o: $(hdrdir)/ruby/ruby.h
syslog.o: $(hdrdir)/ruby/st.h
syslog.o: $(hdrdir)/ruby/subst.h
syslog.o: $(hdrdir)/ruby/util.h
+# AUTOGENERATED DEPENDENCIES END