summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 08:54:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 08:54:50 +0000
commit1e66ae36421feab92fb41eaeb428167e5e5531d1 (patch)
tree2a7f23883108a89a8bbd1578822e2942a880aa9c
parent1b003486c2e1476057896136612bff1b178d5eb5 (diff)
downloadruby-1e66ae36421feab92fb41eaeb428167e5e5531d1.tar.gz
ruby-1e66ae36421feab92fb41eaeb428167e5e5531d1.tar.xz
ruby-1e66ae36421feab92fb41eaeb428167e5e5531d1.zip
* Makefile.in (id.h): overwrites unconditinally.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 708263885..895955a10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 24 17:54:45 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * Makefile.in (id.h): overwrites unconditinally.
+
Tue Feb 24 13:13:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than
diff --git a/Makefile.in b/Makefile.in
index 32ff9fdff..27e4ff0d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -177,7 +177,7 @@ $(srcdir)/configure: $(srcdir)/configure.in
incs: id.h
id.h: parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
- $(BASERUBY) $(srcdir)/tool/generic_erb.rb --if-change --output=$@ \
+ $(BASERUBY) $(srcdir)/tool/generic_erb.rb --output=$@ \
$(srcdir)/template/id.h.tmpl --vpath=$(VPATH) parse.h
# Things which should be considered: