Share variables defined in common GNUmakefile also in cygwin/mingw
This commit is contained in:
parent
94254117ee
commit
cb396d4214
@ -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…
x
Reference in New Issue
Block a user