From 3e3a8c18b941c4c6518e59a39c6cb5a6b36fd452 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Thu, 17 May 2012 12:13:24 +0900 Subject: avoid updating existing libmruby.a to avoid problems on low time resolution file systems; close #136 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 3fbcd25f5..14485041d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # project-specific macros # extension of the executable-file is modifiable(.exe .out ...) BASEDIR = . -TARGET := ../lib/libmruby.a +TARGET := ../lib/libmruby_core.a YSRC := $(BASEDIR)/parse.y YC := $(BASEDIR)/y.tab.c EXCEPT1 := $(YC) $(BASEDIR)/minimain.c -- cgit v1.2.3