summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 17:19:17 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-25 17:19:17 +0000
commitff09024d4f22a82a03bc72c987744598e73a9f0e (patch)
treefe60444bc3f953af9d3447831cd755ab4257603d /Makefile
parent8690b155f6b3f2a9bea739987d258687b234b08c (diff)
downloadmpv-ff09024d4f22a82a03bc72c987744598e73a9f0e.tar.bz2
mpv-ff09024d4f22a82a03bc72c987744598e73a9f0e.tar.xz
enable .PHONY for correct dependancy handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12659 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac94103350..ced266cedb 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ endif
.SUFFIXES: .cc .c .o
-# .PHONY: $(COMMON_DEPS)
+.PHONY: $(COMMON_DEPS)
all: version.h $(ALL_PRG)