From 498be3bee54c20a41b9478383cf324aa507c1e6c Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 13 Oct 2008 13:58:47 +0000 Subject: [PATCH] fixed bug in lame/action target --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index dfe5e6b..bac79e8 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -28,9 +28,9 @@ ocr_objects=gocr/box.$(O) gocr/database.$(O) gocr/detect.$(O) gocr/job.$(O) gocr %.$(O): %.c $(C) $< -o $@ -lame/%.$(O): lame/%.$(C) +lame/%.$(O): lame/%.c $(C) $< -o $@ -action/%.$(O): action/%.$(C) +action/%.$(O): action/%.c $(C) $< -o $@ bitio.$(O): bitio.c bitio.h -- 1.7.10.4