[MPlayer-cvslog] r26578 - trunk/Makefile
diego
subversion at mplayerhq.hu
Mon Apr 28 17:20:15 CEST 2008
Author: diego
Date: Mon Apr 28 17:20:15 2008
New Revision: 26578
Log:
Remove unnecessary CFLAGS hack.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Apr 28 17:20:15 2008
@@ -688,8 +688,6 @@ $(DEPS) recurse: help_mp.h version.h cod
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)
More information about the MPlayer-cvslog
mailing list