Commit 877e31c1 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 00ac7074
......@@ -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
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