mirror of https://github.com/freetype/freetype
* builds/unix/install.mk (install): Use $(OBJ_BUILD) for ftconfig.h.
This commit is contained in:
parent
91787f4fe3
commit
2f3e2303ab
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue