summaryrefslogtreecommitdiffstats
path: root/djgpp
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-14 03:01:42 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-14 03:01:42 +0000
commitcbb1afe909ae4d626a44e59541894425eca2be8a (patch)
treeef980d69d01037963dc54a49776acf7389f62e04 /djgpp
parent56d9aac2421b3e7e2fa107a6c51452f5c5c8dafe (diff)
downloadruby-cbb1afe909ae4d626a44e59541894425eca2be8a.tar.gz
ruby-cbb1afe909ae4d626a44e59541894425eca2be8a.tar.xz
ruby-cbb1afe909ae4d626a44e59541894425eca2be8a.zip
* 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
Diffstat (limited to 'djgpp')
-rw-r--r--djgpp/GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
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