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

This commit is contained in:
Alexandre Julliard 2007-07-06 18:20:06 +02:00
parent 31e9829017
commit fff723d739
1 changed files with 2 additions and 0 deletions

View File

@ -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::