mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Share variables defined in common GNUmakefile also in cygwin/mingw
This commit is contained in:
parent
94254117ee
commit
cb396d4214
2 changed files with 6 additions and 5 deletions
|
@ -33,9 +33,7 @@ endif
|
|||
|
||||
WPROGRAM = $(RUBYW_INSTALL_NAME)$(EXEEXT)
|
||||
|
||||
-include uncommon.mk
|
||||
|
||||
include $(srcdir)/defs/gmake.mk
|
||||
include $(srcdir)/template/GNUmakefile.in
|
||||
|
||||
SOLIBS := $(DLL_BASE_NAME).res.@OBJEXT@ $(SOLIBS)
|
||||
override EXTOBJS += $(if $(filter-out $(RUBYW_INSTALL_NAME),$(@:$(EXEEXT)=)),$(RUBY_INSTALL_NAME),$(@:$(EXEEXT)=)).res.$(OBJEXT)
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
gnumake = yes
|
||||
|
||||
ifeq ($(filter Makefile,$(MAKEFILE_LIST)),)
|
||||
include Makefile
|
||||
|
||||
GNUmakefile: $(srcdir)/template/GNUmakefile.in
|
||||
endif
|
||||
|
||||
override silence := $(if $(findstring s,$(firstword $(MFLAGS))),yes,no)
|
||||
|
||||
ifeq ($(HAVE_BASERUBY),yes)
|
||||
|
@ -10,5 +15,3 @@ endif
|
|||
include $(srcdir)/defs/universal.mk
|
||||
-include uncommon.mk
|
||||
include $(srcdir)/defs/gmake.mk
|
||||
|
||||
GNUmakefile: $(srcdir)/template/GNUmakefile.in
|
||||
|
|
Loading…
Reference in a new issue