Commit 81225a9f authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Remove symbol recreation where not necessary

parent d6f2f55b
...@@ -54,7 +54,7 @@ all : $(LIBR) ...@@ -54,7 +54,7 @@ all : $(LIBR)
$(LIBR) : $(MLIB) $(LIBR0) $(LIBR) : $(MLIB) $(LIBR0)
$(CP) $(LIBR0) $(LIBR) $(CP) $(LIBR0) $(LIBR)
$(AR) rs $(LIBR) $(MLIB) $(AR) r $(LIBR) $(MLIB)
# Compile mrblib source # Compile mrblib source
$(MLIB) : $(CLIB) $(MLIB) : $(CLIB)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment