add missing dependency

This commit is contained in:
Martin Nowak 2013-04-21 13:30:57 +02:00
parent 4f7a125392
commit 0b9e02f72d

View file

@ -263,7 +263,7 @@ $(LIB) : $(OBJS) $(ALL_D_FILES) $(DRUNTIME)
dll : $(LIBSO)
$(LIBSO): $(OBJS)
$(LIBSO): $(OBJS) $(ALL_D_FILES) $(DRUNTIME)
$(DMD) $(DFLAGS) -shared -debuglib= -defaultlib= -of$@ $(DRUNTIMESO) $(D_FILES) $(OBJS)
ifeq (osx,$(OS))