Fix typo: '.' was used instead of '/' as directory separator.
authorDiego Biurrun <diego@biurrun.de>
Thu, 10 Sep 2009 09:30:57 +0000 (09:30 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 10 Sep 2009 09:30:57 +0000 (09:30 +0000)
Originally committed as revision 19807 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 6ed5004..9e19339 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS)
 tools/%$(EXESUF): tools/%.o
        $(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
-tools/%.o: tools.%.c
+tools/%.o: tools/%.c
        $(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
 
 ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)