summaryrefslogtreecommitdiff
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
commita91845f5b3ec726e08501cc6597c1788b223cd41 (patch)
treeef980d69d01037963dc54a49776acf7389f62e04 /djgpp
parent0d8df8889342b3d235ffcea209beea5032c9a711 (diff)
* configure.in (gnumake): check for GNU make.
* Makefile.in (uncommon.mk): includes filtered common.mk. git-svn-id: svn+ssh://ci.ruby-lang.org/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 0a7e1fb131..b11e7fdc35 100644
--- a/djgpp/GNUmakefile.in
+++ b/djgpp/GNUmakefile.in
@@ -1,2 +1,3 @@
include Makefile
VPATH = $(srcdir) $(srcdir)/missing
+include uncommon.mk