* README.UNX: Fix typo. * builds/unix/install.mk (uninstall): Fix library name for libtool.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
diff --git a/ChangeLog b/ChangeLog
index be5e26a..f2ca2c9 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 dffc960..693dba4 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 c38f88e..55a0afd 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/*