Update of /cvsroot/firebird/interbase/example5
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9714
Modified Files:
build_make
Log Message:
fix path for prefix
Index: build_make
===================================================================
RCS file: /cvsroot/firebird/interbase/example5/build_make,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** build_make 2000/08/03 20:43:36 1.1.1.1
--- build_make 2000/09/07 18:58:36 1.2
***************
*** 17,23 ****
# Contributor(s): ______________________________________.
#
BASE=`cat ../builds/original/.platform_type`
TR='tr "[A-Z]" "[a-z]"'
BASE=`echo $BASE | $TR`
rm -f makefile.example
! cat prefix.$BASE sfx.unix_makefile > makefile.example
--- 17,25 ----
# Contributor(s): ______________________________________.
#
+ # $Id$
+ #
BASE=`cat ../builds/original/.platform_type`
TR='tr "[A-Z]" "[a-z]"'
BASE=`echo $BASE | $TR`
rm -f makefile.example
! cat ../builds/original/prefix.$BASE sfx.unix_makefile > makefile.example
|