Mercurial > mplayer.hg
changeset 22555:0fb402c2be9b
Properly mark all phony targets as such.
author | diego |
---|---|
date | Wed, 14 Mar 2007 20:03:07 +0000 |
parents | 3c3aafe448cb |
children | e34fa903c6d7 |
files | vidix/drivers/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/vidix/drivers/Makefile Wed Mar 14 20:02:06 2007 +0000 +++ b/vidix/drivers/Makefile Wed Mar 14 20:03:07 2007 +0000 @@ -16,8 +16,6 @@ .SUFFIXES: .c .o -# .PHONY: all clean - %.o: %.c $(CC) -c $(CFLAGS) -o $@ $< @@ -66,3 +64,5 @@ # do nothing here -include .depend + +.PHONY: all clean distclean dep depend