Commit 9cc11a3d authored by Alexandre Julliard's avatar Alexandre Julliard

Makefile: Fixed rule for building makedep when cross-compiling.

parent 4c32875e
...@@ -117,7 +117,7 @@ RECURSE_TARGETS = \ ...@@ -117,7 +117,7 @@ RECURSE_TARGETS = \
depend $(RECURSE_TARGETS): $(MAKEDEP) depend $(RECURSE_TARGETS): $(MAKEDEP)
$(MAKEDEP): $(MAKEDEP):
@cd $(TOOLSDIR)/tools && $(MAKE) makedep$(EXEEXT) @cd $(TOOLSDIR)/tools && $(MAKE) makedep
# Test rules # Test rules
......
...@@ -54,7 +54,7 @@ all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS) ...@@ -54,7 +54,7 @@ all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS)
@MAKE_RULES@ @MAKE_RULES@
makedep$(EXEEXT): makedep.o makedep$(EXEEXT) $(EXEEXT:%=makedep): makedep.o
$(CC) $(CFLAGS) -o $@ makedep.o $(LDFLAGS) $(CC) $(CFLAGS) -o $@ makedep.o $(LDFLAGS)
make_ctests$(EXEEXT): make_ctests.o make_ctests$(EXEEXT): make_ctests.o
......
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