From 505667c6ee26084d7ff3d9664c1349d3754d3fe4 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 20 Mar 2006 12:13:14 +0000 Subject: [PATCH] * builds/unix/install.mk: changing the installation procedure to remove the 'freetype/cache' from the target directory. --- ChangeLog | 4 ++++ builds/unix/install.mk | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06c78a047..72be87041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-03-20 David Turner + * builds/unix/install.mk: + changing the installation procedure to remove the 'freetype/cache' + from the target directory. + * include/freetype/cache/ftccache.h, include/freetype/cache/ftccmap.h, include/freetype/cache/ftcglyph.h diff --git a/builds/unix/install.mk b/builds/unix/install.mk index 5f9855745..d83558911 100644 --- a/builds/unix/install.mk +++ b/builds/unix/install.mk @@ -44,10 +44,8 @@ install: $(PROJECT_LIBRARY) $(INSTALL_DATA) \ $$P $(DESTDIR)$(includedir)/freetype2/freetype/config ; \ done - -for P in $(CACHE_H) ; do \ - $(INSTALL_DATA) \ - $$P $(DESTDIR)$(includedir)/freetype2/freetype/cache ; \ - done + -$(DELETE° $(DESTDIR)$(includedir)/freetype2/freetype/cache/* + -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/cache -$(DELETE) $(DESTDIR)$(includedir)/freetype2/freetype/internal/* -$(DELDIR) $(DESTDIR)$(includedir)/freetype2/freetype/internal $(INSTALL_DATA) $(BUILD_DIR)/ft2unix.h \