aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-23 03:43:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-23 03:43:43 +0000
commit6995dc91aa4d2b0f00ccbd1723803acf277b95cd (patch)
treee6333f9c58a8311776a742db3f4e65334c6b0b20 /template
parent9550714057bf9f2b1455bbdcd53fe6623ef48524 (diff)
downloadruby-6995dc91aa4d2b0f00ccbd1723803acf277b95cd.tar.gz
configure-ext.mk.tmpl: FORCE
* template/configure-ext.mk.tmpl (FORCE): add missing target for BSD make. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/configure-ext.mk.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl
index 974a257e2e..622bb25551 100644
--- a/template/configure-ext.mk.tmpl
+++ b/template/configure-ext.mk.tmpl
@@ -25,3 +25,4 @@ ext/<%=dir%>/exts.mk: FORCE
% end
.PHONY: FORCE
+FORCE: