From: <sk...@bs...> - 2002-08-31 16:09:51
|
Hello ! This little patch is required to compile FB2 (1.5) examples on Linux (batch compilation works flawlessly after that). May anyone apply this patch too ? I was about to fix several DDL bugs I discovered earlier, but I see FB2 code needs much cleanup now. So I'm gonna fix some compilation warnings and clean up code a little first. How should I submit my patches ? Index: Makefile.in.v5_examples =================================================================== RCS file: /cvsroot/firebird/firebird2/builds/posix/Makefile.in.v5_examples,v retrieving revision 1.1 diff -u -r1.1 Makefile.in.v5_examples --- Makefile.in.v5_examples 29 Jul 2002 15:04:06 -0000 1.1 +++ Makefile.in.v5_examples 31 Aug 2002 15:55:28 -0000 @@ -46,7 +46,7 @@ @SET_MAKE@ -PATH := $(BIN):$(PATH) +PATH := ./:$(BIN):$(PATH) export PATH Nickolay Samofatov |