mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* revert r35510 and r35511 which caused removing the headers everytime.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7228e5bba
commit
28b7df7820
5 changed files with 1 additions and 16 deletions
|
@ -4,5 +4,3 @@ md5init.o: md5init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
|
|||
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h md5.h \
|
||||
$(srcdir)/../defs.h
|
||||
md5ossl.o: md5ossl.h
|
||||
|
||||
$(RUBY_EXTCONF_H): $(top_srcdir)/ext/openssl/deprecation.rb
|
||||
|
|
|
@ -4,5 +4,3 @@ rmd160init.o: rmd160init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
|
|||
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h \
|
||||
rmd160.h $(srcdir)/../defs.h
|
||||
rmd160ossl.o: rmd160ossl.h $(srcdir)/../defs.h
|
||||
|
||||
$(RUBY_EXTCONF_H): $(top_srcdir)/ext/openssl/deprecation.rb
|
||||
|
|
|
@ -4,5 +4,3 @@ sha1init.o: sha1init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
|
|||
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h \
|
||||
sha1.h $(srcdir)/../defs.h
|
||||
sha1ossl.o: sha1ossl.h $(srcdir)/../defs.h
|
||||
|
||||
$(RUBY_EXTCONF_H): $(top_srcdir)/ext/openssl/deprecation.rb
|
||||
|
|
|
@ -4,5 +4,3 @@ sha2init.o: sha2init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
|
|||
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h \
|
||||
sha2.h $(srcdir)/../defs.h
|
||||
sha2ossl.o: sha2ossl.h $(srcdir)/../defs.h
|
||||
|
||||
$(RUBY_EXTCONF_H): $(top_srcdir)/ext/openssl/deprecation.rb
|
||||
|
|
|
@ -1897,14 +1897,7 @@ RULES
|
|||
unless suffixes.empty?
|
||||
depout.unshift(".SUFFIXES: ." + suffixes.uniq.join(" .") + "\n\n")
|
||||
end
|
||||
if $extconf_h
|
||||
depout.unshift("$(OBJS): $(RUBY_EXTCONF_H)\n\n",
|
||||
"$(RUBY_EXTCONF_H): $(srcdir)/extconf.rb\n",
|
||||
"$(RUBY_EXTCONF_H):\n",
|
||||
"\t$(Q)$(RM) $(@)\n",
|
||||
"\t$(ECHO) $@ is outdated, re-configure\n",
|
||||
"\t@exit 1\n")
|
||||
end
|
||||
depout.unshift("$(OBJS): $(RUBY_EXTCONF_H)\n\n") if $extconf_h
|
||||
depout.flatten!
|
||||
depout
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue