10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
authorDiego Biurrun <diego@biurrun.de>
Sun, 16 Mar 2008 11:24:22 +0000 (11:24 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 16 Mar 2008 11:24:22 +0000 (11:24 +0000)
Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 30c774a..eb58e8b 100755 (executable)
--- a/configure
+++ b/configure
@@ -936,7 +936,7 @@ LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
 
 # gcc stupidly only outputs the basename of targets with -MM
 DEPEND_CMD='$(CC) -MM $(CFLAGS) $(filter-out %.h,$^) | sed "s,[0-9a-z._-]*: \($(SRC_DIR)/\)*\([a-z0-9]*/\)[^/]* ,\2&,"'
-VHOOKDEPEND_CMD='$(CC) -MM $(VHOOKCFLAGS) $(filter-out %.h,$^) | sed "s,^\([a-z]\),vhook/\1,"'
+VHOOK_DEPEND_CMD='$(CC) -MM $(VHOOKCFLAGS) $(filter-out %.h,$^) | sed "s,^\([a-z]\),vhook/\1,"'
 
 # find source path
 source_path="`dirname \"$0\"`"