ref: ad9ce8c682ed76c94eb4d6ab60aee1b09dea8d4c
parent: 8c90c22dbe0b89970f0fb878117c3c2a5e2e214c
author: Werner Lemberg <[email protected]>
date: Sat Jun 8 08:33:57 EDT 2002
* builds/amiga/smakefile, builds/amiga/makefile: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-08 Detlef W�rkner <[email protected]>
+
+ * builds/amiga/smakefile, builds/amiga/makefile: Updated.
+
2002-06-08 Werner Lemberg <[email protected]>
* src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link)
--- a/builds/amiga/makefile
+++ b/builds/amiga/makefile
@@ -156,7 +156,7 @@
#
# FreeType2 library Type42 font driver
#
-type42.ppc.o: $(FTSRC)/type42/t42drivr.c
+type42.ppc.o: $(FTSRC)/type42/type42.c
$(CC) -c $(CFLAGS) -o $@ $<
#
--- a/builds/amiga/smakefile
+++ b/builds/amiga/smakefile
@@ -197,7 +197,7 @@
#
# FreeType2 library Type42 font driver
#
-type42.o: $(CORE)type42/t42drivr.c
+type42.o: $(CORE)type42/type42.c
sc $(SCFLAGS) objname=$@ $<
#