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

2.6.5
Werner Lemberg 9 years ago
parent 1b740a0076
commit a415473820
  1. 4
      ChangeLog
  2. 3
      builds/unix/install.mk

@ -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).

@ -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 \

Loading…
Cancel
Save