From 11abc445dd035fb1a7a60efcca3575ab3ff21e8a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Feb 2009 08:54:50 +0000 Subject: * Makefile.in (id.h): overwrites unconditinally. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7082638854..895955a107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 24 17:54:45 2009 Nobuyoshi Nakada + + * Makefile.in (id.h): overwrites unconditinally. + Tue Feb 24 13:13:49 2009 Nobuyoshi Nakada * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than diff --git a/Makefile.in b/Makefile.in index 32ff9fdff9..27e4ff0d54 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: -- cgit v1.2.3