mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ecedd3b224
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
22 lines
684 B
Text
22 lines
684 B
Text
# BSD make needs "nkf.o: nkf.c" dependency BEFORE "nkf.o: nkf-utf8/nkf.c".
|
|
# It seems BSD make searches the target for implicit rule in dependencies at first.
|
|
nkf.o: nkf.c
|
|
|
|
# AUTOGENERATED DEPENDENCIES START
|
|
nkf.o: $(RUBY_EXTCONF_H)
|
|
nkf.o: $(arch_hdrdir)/ruby/config.h
|
|
nkf.o: $(hdrdir)/ruby/defines.h
|
|
nkf.o: $(hdrdir)/ruby/encoding.h
|
|
nkf.o: $(hdrdir)/ruby/intern.h
|
|
nkf.o: $(hdrdir)/ruby/missing.h
|
|
nkf.o: $(hdrdir)/ruby/oniguruma.h
|
|
nkf.o: $(hdrdir)/ruby/ruby.h
|
|
nkf.o: $(hdrdir)/ruby/st.h
|
|
nkf.o: $(hdrdir)/ruby/subst.h
|
|
nkf.o: nkf-utf8/config.h
|
|
nkf.o: nkf-utf8/nkf.c
|
|
nkf.o: nkf-utf8/nkf.h
|
|
nkf.o: nkf-utf8/utf8tbl.c
|
|
nkf.o: nkf-utf8/utf8tbl.h
|
|
nkf.o: nkf.c
|
|
# AUTOGENERATED DEPENDENCIES END
|