You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/zh-kcfonts/files/kcfonts-1.05-parallel-make....

12 lines
289 B

--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
$(CC) $(CFLAGS) tran.o kc24f.o -o $@
kc15f: tran.o kc15f.o
$(CC) $(CFLAGS) tran.o kc15f.o -o $@
-kc8x15: kc8x15.o
+kc8x15: tran.o kc8x15.o
$(CC) $(CFLAGS) tran.o kc8x15.o -o $@
kc12x24: kc12x24.o
$(CC) $(CFLAGS) kc12x24.o -o $@