* builds/unix/install.mk (install): Remove stale `ft2build.h'.

This commit is contained in:
Werner Lemberg 2015-12-03 07:49:46 +01:00
parent 1b740a0076
commit a415473820
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2015-12-03 Werner Lemberg <wl@gnu.org>
* builds/unix/install.mk (install): Remove stale `ft2build.h'.
2015-12-01 Werner Lemberg <wl@gnu.org>
[type1] Avoid dangling pointer (#46572).

View File

@ -28,8 +28,11 @@
# installing new files to avoid interferences with files installed by
# previous FreeType versions (which use slightly different locations).
#
# We also remove `$(includedir)/ft2build.h' for the same reason.
#
install: $(PROJECT_LIBRARY)
-$(DELDIR) $(DESTDIR)$(includedir)/freetype2
-$(DELETE) $(DESTDIR)$(includedir)/ft2build.h
$(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
$(DESTDIR)$(libdir)/pkgconfig \
$(DESTDIR)$(includedir)/freetype2/freetype/config \