summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-01-29 01:11:23 +0000
committerWerner Lemberg <wl@gnu.org>2002-01-29 01:11:23 +0000
commit43e5b1147dd2a931764eb77b30ca3aa0a284a221 (patch)
tree6d734204a1117ff5080da28e4a218412ec55ad5f
parente8d3b9b75d132a88f4b19062d6f7c3f0e786a8ee (diff)
downloadfreetype2-43e5b1147dd2a931764eb77b30ca3aa0a284a221.tar.gz
* README.UNX: Fix typo.
* builds/unix/install.mk (uninstall): Fix library name for libtool.
-rw-r--r--ChangeLog5
-rw-r--r--README.UNX2
-rw-r--r--builds/unix/install.mk2
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 <wl@gnu.org>
+
+ * README.UNX: Fix typo.
+ * builds/unix/install.mk (uninstall): Fix library name for libtool.
+
2002-01-28 Francesco Zappa Nardelli <Francesco.Zappa.Nardelli@ens.fr>
* 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/*