mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
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:
parent
09ff934146
commit
af236fbe0f
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user