ref: 6e9df6855dc24a7a94c244132acc2ac29a93cef9
parent: b56ff68076618986d559b624686e6c8df88a80f9
author: Werner Lemberg <[email protected]>
date: Sat Apr 1 00:22:07 EST 2006
* builds/unix/install.mk (uninstall): Don't handle `cache' directory which no longer exists.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2006-04-01 Werner Lemberg <[email protected]>
+
+ * builds/unix/install.mk (uninstall): Don't handle `cache'
+ directory which no longer exists.
+
2006-03-29 Detlef W�rkner <[email protected]>
- * src/psaux/psconv.c: Changed some variables which are expected
- to hold negative values from "char" to "FT_Char" to allow
- building with a compiler where "char" is unsigned by default.
+ * src/psaux/psconv.c: Changed some variables which are expected to
+ hold negative values from `char' to `FT_Char' to allow building with
+ a compiler where `char' is unsigned by default.
2006-03-27 David Turner <[email protected]>
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -64,8 +64,6 @@
uninstall:
-$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/$(LIBRARY).$A
- -$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/cache/*
- -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/cache
-$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/config/*
-$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/config
-$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/*