Commit fff723d7 authored by Alexandre Julliard's avatar Alexandre Julliard

Maketest.rules: Add dependency on IDL headers for crosstest objects.

parent 31e98290
...@@ -68,6 +68,8 @@ crosstest:: @CROSSTEST@ ...@@ -68,6 +68,8 @@ crosstest:: @CROSSTEST@
$(CROSSTEST): $(CROSSOBJS) Makefile.in $(CROSSTEST): $(CROSSOBJS) Makefile.in
$(CROSSCC) $(CROSSOBJS) -o $@ $(ALL_LIBS) $(CROSSCC) $(CROSSOBJS) -o $@ $(ALL_LIBS)
$(CROSSOBJS): $(IDL_GEN_HEADERS)
# Rules for cleaning # Rules for cleaning
testclean:: testclean::
......
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