enable .PHONY for correct dependancy handling

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12659 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-06-25 17:19:17 +00:00
parent 8690b155f6
commit ff09024d4f
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ endif
.SUFFIXES: .cc .c .o
# .PHONY: $(COMMON_DEPS)
.PHONY: $(COMMON_DEPS)
all: version.h $(ALL_PRG)