* builds/unix/install.mk (uninstall): Don't handle `cache'


			
			
				david-pic-changes
			
			
		
Werner Lemberg 19 years ago
parent b56ff68076
commit 6e9df6855d
  1. 11
      ChangeLog
  2. 2
      builds/unix/install.mk

@ -1,8 +1,13 @@
2006-04-01 Werner Lemberg <wl@gnu.org>
* builds/unix/install.mk (uninstall): Don't handle `cache'
directory which no longer exists.
2006-03-29 Detlef Würkner <TetiSoft@apg.lahn.de>
* 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 <david@freetype.org>

@ -64,8 +64,6 @@ install: $(PROJECT_LIBRARY)
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/*

Loading…
Cancel
Save