1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/fiddle/depend: Fix "Wrong mix of special targets" error with

OpenBSD make.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2015-04-12 00:10:52 +00:00
parent a2d1956454
commit 606274b55d
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Sun Apr 12 09:05:44 2015 Tanaka Akira <akr@fsij.org>
* ext/fiddle/depend: Fix "Wrong mix of special targets" error with
OpenBSD make.
Sun Apr 12 09:04:37 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_file_exhaustive.rb: Windows doesn't support Unix file

View file

@ -45,11 +45,11 @@ distclean-libffi:
realclean-libffi:
$(Q) $(RMALL) $(LIBFFI_DIR)
.PHONY clean-libffi distclean-libffi realclean-libffi: .FORCE
.PHONY clean-none distclean-none realclean-none: .FORCE
.PHONY: clean-libffi distclean-libffi realclean-libffi
.PHONY: clean-none distclean-none realclean-none
clean: clean-$(LIBFFI_CLEAN)
distclean: distclean-$(LIBFFI_CLEAN)
realclean: realclean-$(LIBFFI_CLEAN)
.PHONY configure: configure-libffi
.PHONY: configure configure-libffi