mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Relink subdirectory objects on Makefile.in/Make.rules.in change.
This commit is contained in:
parent
3cdb3f2984
commit
9607512134
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ $(BUILD) checkbuild:
|
||||||
|
|
||||||
# Rule for main module
|
# Rule for main module
|
||||||
|
|
||||||
$(MODULE).o: $(OBJS)
|
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
|
||||||
$(LDCOMBINE) $(OBJS) -o $(MODULE).o
|
$(LDCOMBINE) $(OBJS) -o $(MODULE).o
|
||||||
|
|
||||||
# Rules for makefile
|
# Rules for makefile
|
||||||
|
|
Loading…
Reference in a new issue