* builds/cygwin/cygwin-def.in: Same fix as previous.

* builds/unix/unix-def.in: Add


so that installation of freetype-config does not fail.
This commit is contained in:
Werner Lemberg 2000-11-11 21:48:05 +00:00
parent 2c81833738
commit 84278bc7ef
2 changed files with 14 additions and 7 deletions

View File

@ -1,10 +1,15 @@
2000-11-11 Werner Lemberg <wl@gnu.org>
* builds/cygwin/cygwin-def.in: Same fix as previous.
2000-11-10 Tom Kacvinsky <tjk@ams.org> 2000-11-10 Tom Kacvinsky <tjk@ams.org>
* builds/unix/unix-def.in * builds/unix/unix-def.in: Add
Add
INSTALL_PROGRAM := @INSTALL_PROGRAM@ INSTALL_PROGRAM := @INSTALL_PROGRAM@
INSTALL_SCRIPT := @INSTALL_SCRIPT@ INSTALL_SCRIPT := @INSTALL_SCRIPT@
So that install of freetype-config does not fail.
so that installation of freetype-config does not fail.
2000-11-10 Werner Lemberg <wl@gnu.org> 2000-11-10 Werner Lemberg <wl@gnu.org>

View File

@ -29,9 +29,11 @@ PLATFORM := cygwin
# #
FTSYS_SRC = @FTSYS_SRC@ FTSYS_SRC = @FTSYS_SRC@
INSTALL := @INSTALL@ INSTALL := @INSTALL@
INSTALL_DATA := @INSTALL_DATA@ INSTALL_DATA := @INSTALL_DATA@
MKINSTALLDIRS := $(BUILD)/mkinstalldirs INSTALL_PROGRAM := @INSTALL_PROGRAM@
INSTALL_SCRIPT := @INSTALL_SCRIPT@
MKINSTALLDIRS := $(BUILD)/mkinstalldirs
DISTCLEAN += $(BUILD)/config.cache \ DISTCLEAN += $(BUILD)/config.cache \
$(BUILD)/config.log \ $(BUILD)/config.log \
@ -76,7 +78,7 @@ endif
LIB_DIR := $(OBJ_DIR) LIB_DIR := $(OBJ_DIR)
# the NO_OUTPUT macro is appended to command lines in order to ignore # The NO_OUTPUT macro is appended to command lines in order to ignore
# the output of some programs. # the output of some programs.
# #
NO_OUTPUT := 2> /dev/null NO_OUTPUT := 2> /dev/null