diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-21 19:59:41 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-21 19:59:41 +0800 |
| commit | 81225a9f0e4cf6d27e303f203833bb726b191465 (patch) | |
| tree | a898f7c686fc8d70f501660b7b22e1a076c762a6 /mrblib/Makefile | |
| parent | d6f2f55b46ceddd986e7ba42fb8269aef0ca8e77 (diff) | |
| download | mruby-81225a9f0e4cf6d27e303f203833bb726b191465.tar.gz mruby-81225a9f0e4cf6d27e303f203833bb726b191465.zip | |
Remove symbol recreation where not necessary
Diffstat (limited to 'mrblib/Makefile')
| -rw-r--r-- | mrblib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile index def24d497..942b3e1d2 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -54,7 +54,7 @@ all : $(LIBR) $(LIBR) : $(MLIB) $(LIBR0) $(CP) $(LIBR0) $(LIBR) - $(AR) rs $(LIBR) $(MLIB) + $(AR) r $(LIBR) $(MLIB) # Compile mrblib source $(MLIB) : $(CLIB) |
