mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Corrections
This commit is contained in:
parent
802de4c31a
commit
9372423a62
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.firebird,v 1.38 2003-07-08 12:24:12 brodsom Exp $
|
||||
# $Id: Makefile.in.firebird,v 1.39 2003-07-09 00:46:55 brodsom Exp $
|
||||
#
|
||||
|
||||
ROOT=..
|
||||
@ -495,7 +495,7 @@ endif
|
||||
misc_files : $(INSTALL_MiscFiles)
|
||||
|
||||
|
||||
$(FIREBIRD)/misc/% :: $(SRC_ROOT)/install/misc/%
|
||||
$(FIREBIRD)/misc/% :: $(BLD_ROOT)/install/misc/%
|
||||
$(CP) $^ $@
|
||||
|
||||
|
||||
@ -517,15 +517,15 @@ endif
|
||||
script_files : $(INSTALL_ScriptFiles)
|
||||
|
||||
|
||||
$(BIN)/% :: $(SRC_ROOT)/install/classic/%
|
||||
$(BIN)/% :: $(BLD_ROOT)/install/classic/%
|
||||
$(CP) $^ $@
|
||||
$(CHMOD) ugo=rx $@
|
||||
|
||||
$(BIN)/% :: $(SRC_ROOT)/install/super/%
|
||||
$(BIN)/% :: $(BLD_ROOT)/install/super/%
|
||||
$(CP) $^ $@
|
||||
$(CHMOD) ugo=rx $@
|
||||
|
||||
$(BIN)/% :: $(SRC_ROOT)/install/misc/%
|
||||
$(BIN)/% :: $(BLD_ROOT)/install/misc/%
|
||||
$(CP) $^ $@
|
||||
$(CHMOD) ugo=rx $@
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: make.defaults,v 1.25 2003-07-08 10:45:47 brodsom Exp $
|
||||
# $Id: make.defaults,v 1.26 2003-07-09 00:46:55 brodsom Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -44,6 +44,7 @@
|
||||
TMP_ROOT=$(ROOT)/temp
|
||||
GEN_ROOT=$(ROOT)/gen
|
||||
SRC_ROOT=$(ROOT)/src
|
||||
BLD_ROOT=$(ROOT)/builds
|
||||
|
||||
FIREBIRD=$(GEN_ROOT)/firebird
|
||||
INTERBASE=$(FIREBIRD)
|
||||
@ -139,7 +140,7 @@ BLRTABLE = $(BIN)/blrtable$(EXEC_EXT)
|
||||
|
||||
|
||||
# The shared library name for the embedded (or classic) library
|
||||
# SD: This name is also hard-coded in src/install/.../linux/classic scripts.
|
||||
# SD: This name is also hard-coded in builds/install/.../linux/classic scripts.
|
||||
# Scold me, but I don't want library names to be in configure.in
|
||||
#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user