Fix typo in Makefile rule
authorH. Peter Anvin <hpa@zytor.com>
Sat, 2 Sep 2006 17:27:36 +0000 (10:27 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 2 Sep 2006 17:27:36 +0000 (10:27 -0700)
com32/lib/Makefile

index 4e9da95..88d0b2f 100644 (file)
@@ -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