* builds/amiga/smakefile, builds/amiga/makefile: Updated.
This commit is contained in:
parent
8c90c22dbe
commit
ad9ce8c682
@ -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)
|
||||
|
@ -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 $@ $<
|
||||
|
||||
#
|
||||
|
@ -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=$@ $<
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user