From e1bdef814e58084ddc180776a4d7f6dd28039656 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 14 Mar 2007 20:03:07 +0000 Subject: [PATCH] Properly mark all phony targets as such. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22573 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/drivers/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vidix/drivers/Makefile b/vidix/drivers/Makefile index 1bf2a1504f..12138e0b94 100644 --- a/vidix/drivers/Makefile +++ b/vidix/drivers/Makefile @@ -16,8 +16,6 @@ all: cyberblade_vid.so radeon_vid.so rage128_vid.so mach64_vid.so \ .SUFFIXES: .c .o -# .PHONY: all clean - %.o: %.c $(CC) -c $(CFLAGS) -o $@ $< @@ -66,3 +64,5 @@ dep depend: # do nothing here -include .depend + +.PHONY: all clean distclean dep depend