From: mru Date: Sat, 21 Feb 2009 18:19:29 +0000 (+0000) Subject: Remove special treatment of version.h in DEPEND_CMD X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/e517930c0372ddad27b7dad6b765343e4ec7c4ff Remove special treatment of version.h in DEPEND_CMD git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17484 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/configure b/configure index 4f27c24e3..4219cc03a 100755 --- 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\"`"