mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
14 lines
238 B
Makefile
14 lines
238 B
Makefile
gnumake = yes
|
|
|
|
include Makefile
|
|
|
|
ifeq ($(HAVE_BASERUBY),yes)
|
|
override REVISION_FORCE := PHONY
|
|
endif
|
|
|
|
include $(srcdir)/defs/universal.mk
|
|
-include uncommon.mk
|
|
include $(srcdir)/defs/gmake.mk
|
|
|
|
GNUmakefile: $(srcdir)/template/GNUmakefile.in
|