Properly mark all phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22573 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 20:03:07 +00:00
parent 6eb11556b6
commit e1bdef814e
1 changed files with 2 additions and 2 deletions

View File

@ -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