summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-09-10 09:30:57 +0000
committerDiego Biurrun <diego@biurrun.de>2009-09-10 09:30:57 +0000
commit2205da0d115482256e374b5c07461c02168e6fd5 (patch)
tree34b895d633ab2cd13711a481ccd38b623136cfd4 /Makefile
parent648d792042cb6d58d032f3ae2518169d91a87274 (diff)
Fix typo: '.' was used instead of '/' as directory separator.
Originally committed as revision 19807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ed50047d5..9e1933970d 100644
--- 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)