* builds/unix/install.mk (install): Use $(OBJ_BUILD) for ftconfig.h.

This commit is contained in:
Werner Lemberg 2004-12-06 08:42:41 +00:00
parent 91787f4fe3
commit 2f3e2303ab
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-05 Werner Lemberg <wl@gnu.org>
* builds/unix/install.mk (install): Use $(OBJ_BUILD) for ftconfig.h.
2004-12-03 Antoine Leca <Antoine-Freetype@Leca-Marti.org>
* include/freetype/ttnameid.h: Updated to latest

View File

@ -51,7 +51,7 @@ install: $(PROJECT_LIBRARY)
done
$(INSTALL_DATA) $(BUILD_DIR)/ft2unix.h \
$(DESTDIR)$(includedir)/ft2build.h
$(INSTALL_DATA) $(BUILD_DIR)/ftconfig.h \
$(INSTALL_DATA) $(OBJ_BUILD)/ftconfig.h \
$(DESTDIR)$(includedir)/freetype2/freetype/config/ftconfig.h
$(INSTALL_SCRIPT) -m 755 $(OBJ_BUILD)/freetype-config \
$(DESTDIR)$(bindir)/freetype-config