Commit a73c78be authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

update Makefile dependency

parent 1c6621d5
......@@ -43,10 +43,13 @@ endif
# generic build targets, rules
.PHONY : all
all : $(MRBC) $(MLIB)
$(AR) r $(LIBR) $(MLIB)
all : $(LIBR)
@echo "make: built targets of `pwd`"
# update libmruby.a
$(LIBR) : $(MRBC) $(MLIB)
$(AR) r $(LIBR) $(MLIB)
# Compile mrblib source
$(MLIB) : $(CLIB)
$(CC) $(ALL_CFLAGS) -MMD $(INCLUDES) -c $(CLIB) -o $(MLIB)
......
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