From 333d5374d0de2355068a21d15d6098fab13753b1 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 21 Feb 2009 18:19:29 +0000 Subject: Remove special treatment of version.h in DEPEND_CMD Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4f27c24e3b..4219cc03a5 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\"`" -- cgit v1.2.3