diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-17 12:13:24 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-17 12:13:24 +0900 |
| commit | 3e3a8c18b941c4c6518e59a39c6cb5a6b36fd452 (patch) | |
| tree | e68b59e29b6f2ae3078eaac1b61c1666be4a0856 /src | |
| parent | 74e531ecabe07bfe987e32ff52d2239810d74617 (diff) | |
| download | mruby-3e3a8c18b941c4c6518e59a39c6cb5a6b36fd452.tar.gz mruby-3e3a8c18b941c4c6518e59a39c6cb5a6b36fd452.zip | |
avoid updating existing libmruby.a to avoid problems on low time resolution file systems; close #136
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
