Makefile and config.h are not generated files.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18482 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-05-13 16:40:07 +00:00
parent d8a14d9b7e
commit ca67bcb57f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ dep: depend
depend: .depend
.depend: Makefile config.h
.depend:
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#