From 50aaf4a1d4b76ded089d3242ea7ddadcdfecc395 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 24 Feb 2007 10:44:16 +0000 Subject: Simplify .depend file inclusion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22335 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8d516b00da..cb973f73be 100644 --- a/Makefile +++ b/Makefile @@ -427,9 +427,7 @@ Gui/libgui.a: .norecurse $(wildcard Gui/*.[ch] Gui/*/*.[ch] Gui/*/*/*.[ch]) libass/libass.a: .norecurse $(wildcard libass/*.[ch]) -ifneq ($(wildcard .depend),) -include .depend -endif +-include .depend .PHONY: all install* uninstall dirclean clean distclean strip dep depend .PHONY: doxygen doxygen_clean -- cgit v1.2.3