Commit b5506084 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Make sure to build the def file after a make clean in a module

subdir.
parent 41c788f5
...@@ -41,7 +41,7 @@ $(MODULE): $(RCOBJS) $(OBJS) $(MODULE).dbg.o $(SPEC_DEF) Makefile.in ...@@ -41,7 +41,7 @@ $(MODULE): $(RCOBJS) $(OBJS) $(MODULE).dbg.o $(SPEC_DEF) Makefile.in
# Rules for import libraries # Rules for import libraries
.PHONY: implib static_implib $(IMPLIB_OBJS:%=__static_implib__%) .PHONY: implib $(IMPLIB_OBJS:%=__static_implib__%)
all implib: $(IMPORTLIB) $(IMPLIB_OBJS:%=__static_implib__%) all implib: $(IMPORTLIB) $(IMPLIB_OBJS:%=__static_implib__%)
...@@ -60,6 +60,8 @@ lib$(BASEMODULE).a: $(SPEC_DEF) $(IMPLIB_OBJS) ...@@ -60,6 +60,8 @@ lib$(BASEMODULE).a: $(SPEC_DEF) $(IMPLIB_OBJS)
$(AR) $@ $(IMPLIB_OBJS) $(AR) $@ $(IMPLIB_OBJS)
$(RANLIB) $@ $(RANLIB) $@
$(SUBDIRS): implib
# Rules for checking that no imports are missing # Rules for checking that no imports are missing
.PHONY: checklink16 $(WIN16_FILES:%=__checklink16__%) .PHONY: checklink16 $(WIN16_FILES:%=__checklink16__%)
......
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