]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove special treatment of version.h in DEPEND_CMD
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 21 Feb 2009 18:19:29 +0000 (18:19 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 21 Feb 2009 18:19:29 +0000 (18:19 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

configure

index 4f27c24e3b0bc7770736b3b00c4394fe95497f00..4219cc03a56e9a9757c427f679e6f0a8a3edd492 100755 (executable)
--- a/configure
+++ b/configure
@@ -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\"`"