1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 06:08:23 +00:00

Remove unnecessary CFLAGS hack.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26578 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-28 15:20:15 +00:00
parent 2582357923
commit d5dfadb697

View File

@ -688,8 +688,6 @@ $(DEPS) recurse: help_mp.h version.h codecs.conf.h
dep depend: $(DEPS)
for part in $(PARTS); do $(MAKE) -C $$part .depend; done
CFLAGS := $(subst -I..,-I.,$(CFLAGS))
define RECURSIVE_RULE
$(part)/$(part).a:
$(MAKE) -C $(part)