Remove bogus .PHONY declaration from version.h target.

Should fix make dep to be invoked before distclean under some circumstances.

Originally committed as revision 6405 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-10-01 15:24:31 +00:00
parent 0fe89aca42
commit 4054e2452f
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ ffplay_g$(EXESUF): ffplay.o cmdutils.o .libs
cp -p $< $@
$(STRIP) $@
.PHONY: version.h
version.h:
$(SRC_PATH)/version.sh "$(SRC_PATH)"