* builds/unix/install.mk (install): Remove stale `ft2build.h'.
This commit is contained in:
parent
1b740a0076
commit
a415473820
@ -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…
Reference in New Issue
Block a user