Generate dependency information.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22575 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 20:07:15 +00:00
parent 26c15c8be6
commit 530a4c0049
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ distclean: clean
rm -f .depend
dep depend:
# do nothing here
$(CC) -MM $(CFLAGS) $(wildcard *.c) 1>.depend
-include .depend