From fdb9307fb79e715350a87fc70e13149790413baa Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 2 Sep 2006 10:27:36 -0700 Subject: [PATCH] Fix typo in Makefile rule --- com32/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 4e9da95..88d0b2f 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -91,7 +91,7 @@ install: all sys/vesa/drawtxt.o: sys/vesa/drawtxt.c $(CC) $(CFLAGS) -O3 -c -o $@ $< -jpeg/jidctflt.o: jpeg/jidctflt.o +jpeg/jidctflt.o: jpeg/jidctflt.c $(CC) $(CFLAGS) -O3 -c -o $@ $< -include .*.d */.*.d -- 2.7.4