Mercurial > mplayer.hg
comparison libfaad2/Makefile @ 21206:68df3b19a160
Remove superfluous comment.
author | diego |
---|---|
date | Sat, 25 Nov 2006 16:12:36 +0000 |
parents | 618d1857f4c4 |
children | 92b122592776 |
comparison
equal
deleted
inserted
replaced
21205:8e957660fb4d | 21206:68df3b19a160 |
---|---|
72 rm -f .depend test | 72 rm -f .depend test |
73 | 73 |
74 dep depend: | 74 dep depend: |
75 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend | 75 $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend |
76 | 76 |
77 # | |
78 # include dependency files if they exist | |
79 # | |
80 ifneq ($(wildcard .depend),) | 77 ifneq ($(wildcard .depend),) |
81 include .depend | 78 include .depend |
82 endif | 79 endif |