diff options
Diffstat (limited to 'makefile.after')
-rw-r--r-- | makefile.after | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.after b/makefile.after index 73f016cf9..cef71b839 100644 --- a/makefile.after +++ b/makefile.after @@ -29,7 +29,7 @@ LINKFLAGS += /DLL /DEF:$(DEFFILE) all: $(LIBRARYS)
-$(LIBRARYS) : $(OBJS) $(INCLUDELIBFILES) $(RESOBJS)
+$(LIBRARYS) : $(OBJS) $(INCLUDELIBFILES) $(RESOBJS) $(DEFFILE)
$(LINK) $(LINKFLAGS) /OUT:$(relpath $(basename $@)).dll $(INCLUDELIBFILES) $(SYSTEMLIBS) $(LINKLIBS) $(OBJS)
endif
|