[FFmpeg-cvslog] r17484 - trunk/configure

mru subversion
Sat Feb 21 19:19:29 CET 2009


Author: mru
Date: Sat Feb 21 19:19:29 2009
New Revision: 17484

Log:
Remove special treatment of version.h in DEPEND_CMD

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Feb 21 19:19:26 2009	(r17483)
+++ trunk/configure	Sat Feb 21 19:19:29 2009	(r17484)
@@ -1196,7 +1196,7 @@ target_path='.'
 
 # gcc stupidly only outputs the basename of targets with -MM, but we need the
 # full relative path for objects in subdirectories for non-recursive Make.
-DEPEND_CMD='$(CC) $(CFLAGS) -MM -MG $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," -e "s,\\([[:space:]]\\)\\(version\\.h\\),\\1\$$(BUILD_ROOT_REL)/\\2,"'
+DEPEND_CMD='$(CC) $(CFLAGS) -MM $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o,"'
 
 # find source path
 source_path="`dirname \"$0\"`"




More information about the ffmpeg-cvslog mailing list