From cbb1afe909ae4d626a44e59541894425eca2be8a Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 14 Aug 2008 03:01:42 +0000 Subject: * configure.in (gnumake): check for GNU make. * Makefile.in (uncommon.mk): includes filtered common.mk. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- djgpp/GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'djgpp') diff --git a/djgpp/GNUmakefile.in b/djgpp/GNUmakefile.in index 0a7e1fb13..b11e7fdc3 100644 --- a/djgpp/GNUmakefile.in +++ b/djgpp/GNUmakefile.in @@ -1,2 +1,3 @@ include Makefile VPATH = $(srcdir) $(srcdir)/missing +include uncommon.mk -- cgit