Remove -DCODECS2HTML from .depend creation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22534 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-12 18:33:50 +00:00
parent 09ff934146
commit af236fbe0f
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ strip:
strip -s $(ALL_PRG)
dep depend: help_mp.h version.h
$(CC) -MM $(CFLAGS) -DCODECS2HTML $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
$(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
@for a in $(PARTS); do $(MAKE) -C $$a dep; done
# ./configure must be rerun if it changed