Commit 4054e245 authored by Diego Biurrun's avatar Diego Biurrun

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
parent 0fe89aca
......@@ -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)"
......
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