diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-30 11:01:10 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-30 11:01:10 +0000 |
commit | c98258efb87c2b667f3856f3d1c56f38ec1352a6 (patch) | |
tree | 0d205e3a2ca3648630142e1b04e4bd563f40028f /Makefile | |
parent | 37f9005da1c4c9b8a5de7a79efaed3f24ccabce0 (diff) | |
download | mpv-c98258efb87c2b667f3856f3d1c56f38ec1352a6.tar.bz2 mpv-c98258efb87c2b667f3856f3d1c56f38ec1352a6.tar.xz |
Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22071 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -428,3 +428,6 @@ libass/libass.a: .norecurse $(wildcard libass/*.[ch]) ifneq ($(wildcard .depend),) include .depend endif + +.PHONY: all install* uninstall dirclean clean distclean strip dep depend +.PHONY: doxygen doxygen_clean |