ref: d14023d2320ff8fb36955171439a0eda1e8106e4
parent: a3a2a0450df29938df6a03016116a5de42ddbbb5
author: Werner Lemberg <wl@gnu.org>
date: Mon Dec 6 03:42:41 EST 2004
* builds/unix/install.mk (install): Use $(OBJ_BUILD) for ftconfig.h.
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -51,7 +51,7 @@
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
--
⑨