* builds/amiga/smakefile, builds/amiga/makefile: Updated.

This commit is contained in:
Werner Lemberg 2002-06-08 12:33:57 +00:00
parent c5fcfdf651
commit 6bd6cbead3
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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 $@ $<
#

View File

@ -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=$@ $<
#