* builds/amiga/smakefile, builds/amiga/makefile: Updated.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
diff --git a/ChangeLog b/ChangeLog
index 4158937..bf9ad2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-08 Detlef Würkner <TetiSoft@apg.lahn.de>
+
+ * builds/amiga/smakefile, builds/amiga/makefile: Updated.
+
2002-06-08 Werner Lemberg <wl@gnu.org>
* src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link)
diff --git a/builds/amiga/makefile b/builds/amiga/makefile
index 7ca9ca7..db77330 100644
--- a/builds/amiga/makefile
+++ b/builds/amiga/makefile
@@ -156,7 +156,7 @@ type1.ppc.o: $(FTSRC)/type1/type1.c
#
# FreeType2 library Type42 font driver
#
-type42.ppc.o: $(FTSRC)/type42/t42drivr.c
+type42.ppc.o: $(FTSRC)/type42/type42.c
$(CC) -c $(CFLAGS) -o $@ $<
#
diff --git a/builds/amiga/smakefile b/builds/amiga/smakefile
index ec91508..c8b3e6c 100644
--- a/builds/amiga/smakefile
+++ b/builds/amiga/smakefile
@@ -197,7 +197,7 @@ type1.o: $(CORE)type1/type1.c
#
# FreeType2 library Type42 font driver
#
-type42.o: $(CORE)type42/t42drivr.c
+type42.o: $(CORE)type42/type42.c
sc $(SCFLAGS) objname=$@ $<
#