From ad9ce8c682ed76c94eb4d6ab60aee1b09dea8d4c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 8 Jun 2002 12:33:57 +0000 Subject: [PATCH] * builds/amiga/smakefile, builds/amiga/makefile: Updated. --- ChangeLog | 4 ++++ builds/amiga/makefile | 2 +- builds/amiga/smakefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4158937fb..bf9ad2c67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Detlef Würkner + + * builds/amiga/smakefile, builds/amiga/makefile: Updated. + 2002-06-08 Werner Lemberg * src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link) diff --git a/builds/amiga/makefile b/builds/amiga/makefile index 7ca9ca70c..db773302c 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 ec915081a..c8b3e6cd5 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=$@ $< #