From 12a8741e7ba0e7b6d1f5ca0a6dd5ddb29a19b691 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 29 Jan 2002 01:11:23 +0000 Subject: [PATCH] * README.UNX: Fix typo. * builds/unix/install.mk (uninstall): Fix library name for libtool. --- ChangeLog | 5 +++++ README.UNX | 2 +- builds/unix/install.mk | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index be5e26a20..f2ca2c909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-29 Werner Lemberg + + * README.UNX: Fix typo. + * builds/unix/install.mk (uninstall): Fix library name for libtool. + 2002-01-28 Francesco Zappa Nardelli * src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of diff --git a/README.UNX b/README.UNX index dffc960cb..693dba49d 100644 --- a/README.UNX +++ b/README.UNX @@ -23,7 +23,7 @@ SPECIAL NOTE FOR UNIX USERS - locate a line that says: - #undef TT_CONFIG_OPTION_BYTECODE_ITNERPRETER + #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER - change it to: diff --git a/builds/unix/install.mk b/builds/unix/install.mk index c38f88e24..55a0afd83 100644 --- a/builds/unix/install.mk +++ b/builds/unix/install.mk @@ -41,7 +41,7 @@ install: $(PROJECT_LIBRARY) uninstall: - -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY) + -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(LIBRARY).$A -$(DELETE) $(includedir)/freetype2/freetype/cache/* -$(DELDIR) $(includedir)/freetype2/freetype/cache -$(DELETE) $(includedir)/freetype2/freetype/config/*