diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:42:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:42:17 +0000 |
commit | 3263626feb329ea711fad5b92a11ee3f0440c7bb (patch) | |
tree | ce1a21c5c237b0c374a5e54ee5ab5d7a52a65759 /Makefile | |
parent | 4851f2ad9238b6f12120b011214b4104177872c0 (diff) | |
download | ffmpeg-3263626feb329ea711fad5b92a11ee3f0440c7bb.tar.gz |
Mark all phony targets as such.
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -118,8 +118,6 @@ videohook: .libs documentation: $(MAKE) -C doc all -.PHONY: install - install: install-progs install-libs install-headers install-man $(INSTALLVHOOK) ifeq ($(BUILD_SHARED),yes) @@ -263,7 +261,9 @@ tar: ( cd /tmp ; tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude .svn ) rm -rf /tmp/$(FILE) -.PHONY: lib +.PHONY: all lib videohook documentation install* wininstaller uninstall* +.PHONY: dep depend clean distclean TAGS tar +.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg ifneq ($(wildcard .depend),) include .depend |