diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-12 18:33:50 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-12 18:33:50 +0000 |
commit | af236fbe0f0639cd87fc7c7b428de7a935160863 (patch) | |
tree | b902a4ae9c2c0b98f7e57f955df20a073e9cb591 | |
parent | 09ff9341468a2a15452df3958fe546d5c3e535b2 (diff) |
Remove -DCODECS2HTML from .depend creation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22534 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |