diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-15 22:18:51 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-15 22:18:51 +0900 |
| commit | 9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4 (patch) | |
| tree | e134bf5e6b5714e579d70251b1f73708611b1d06 | |
| parent | a3a9d136aa4835eb50f4be92fbbce1ad503ec4c7 (diff) | |
| download | mruby-9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4.tar.gz mruby-9dafdfcb8ce7fafd3c2d40ab547fd30c383409b4.zip | |
remove unused dependency
| -rw-r--r-- | mrblib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile index 295082379..712962371 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -46,7 +46,7 @@ endif all : $(LIBR) # update libmruby.a -$(LIBR) : $(MRBC) $(MLIB) +$(LIBR) : $(MLIB) $(AR) r $(LIBR) $(MLIB) # Compile mrblib source |
