diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-28 02:34:43 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-28 02:34:43 +0000 |
commit | 0cd1cf38766fd177554fe25fa9bb7b65e642a75b (patch) | |
tree | ef679407aba4c0b6c79cbe24f28014fe85beba6f /nacl | |
parent | 234378d8bb8db94b483a50b10725aff930374875 (diff) | |
download | ruby-0cd1cf38766fd177554fe25fa9bb7b65e642a75b.tar.gz |
* nacl/GNUmakefile.in (.rbconfig.time): r36828 was incomplete.
It did not run correctly on clean build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'nacl')
-rw-r--r-- | nacl/GNUmakefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nacl/GNUmakefile.in b/nacl/GNUmakefile.in index a31675d677..c1aaa36c7c 100644 --- a/nacl/GNUmakefile.in +++ b/nacl/GNUmakefile.in @@ -47,7 +47,8 @@ file.$(OBJEXT): $(Q) $(OBJCOPY) --weaken-symbol=rb_file_load_ok $@.tmp $@ @-$(RM) $@.tmp -$(RBCONFIG): +.rbconfig.time: + @$(MAKE) .rbconfig.raw.time RBCONFIG=.rbconfig.raw.time @sed \ -e 's!CONFIG\["CC"\] = .*!CONFIG\["CC"\] = "$(CC)"!' \ -e 's!CONFIG\["LD"\] = .*!CONFIG\["LD"\] = "$(LD)"!' \ |