summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-25 09:27:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-25 09:27:30 +0000
commitad614795fca05b3709b39c06196cca7b1273a8ae (patch)
treeee9aead6dcce83d168b8d51c302d436a034ff87c /Makefile.in
parent78a4abd28371610b8b8ec75a19178863c38f5cf3 (diff)
downloadruby-ad614795fca05b3709b39c06196cca7b1273a8ae.tar.gz
ruby-ad614795fca05b3709b39c06196cca7b1273a8ae.tar.xz
ruby-ad614795fca05b3709b39c06196cca7b1273a8ae.zip
* common.mk (revision.h): extracts revision number with ``svn info''.
* common.mk (up): target to update from the repository. * Makefile.in, {win,bcc}32/Makefile.sub (IFCHANGE): tool to update a file if changed. * tool/ifchange: for unixen. * win32/ifchange.bat: some fix git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ccc175ce1..a4560ea2c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,6 +92,8 @@ ARFLAGS = rcu
RANLIB = @RANLIB@
AS = @AS@
ASFLAGS = @ASFLAGS@
+IFCHANGE = $(srcdir)/tool/ifchange
+SET_LC_MESSAGES = LC_MESSAGES=C
OBJEXT = @OBJEXT@
ASMEXT = S