makefiles: Fix makedep dependency now that we explicitly to make depend when creating makefiles.

This commit is contained in:
Alexandre Julliard 2010-03-01 11:35:37 +01:00
parent 00ac7074df
commit 877e31c10f
1 changed files with 2 additions and 2 deletions

View File

@ -83,6 +83,6 @@ uninstall::
$(RM) $(DESTDIR)$(bindir)/winemaker $(DESTDIR)$(bindir)/wineprefixcreate $(DESTDIR)$(mandir)/man$(prog_manext)/winemaker.$(prog_manext) $(DESTDIR)$(mandir)/man$(prog_manext)/wineprefixcreate.$(prog_manext) $(DESTDIR)$(datadir)/wine/wine.inf $(DESTDIR)$(datadir)/applications/wine.desktop
-$(UPDATE_DESKTOP_DATABASE)
@DEPENDENCIES@ # everything below this line is overwritten by make depend
depend: makedep$(EXEEXT)
Makefile: makedep$(EXEEXT)
@DEPENDENCIES@ # everything below this line is overwritten by make depend