Update of /cvsroot/firebird/interbase/example5
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23932
Modified Files:
build_make
Log Message:
oops! - it was fine the way it was
Index: build_make
===================================================================
RCS file: /cvsroot/firebird/interbase/example5/build_make,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** build_make 2000/09/07 18:58:36 1.2
--- build_make 2000/09/07 19:50:58 1.3
***************
*** 23,25 ****
BASE=`echo $BASE | $TR`
rm -f makefile.example
! cat ../builds/original/prefix.$BASE sfx.unix_makefile > makefile.example
--- 23,25 ----
BASE=`echo $BASE | $TR`
rm -f makefile.example
! cat prefix.$BASE sfx.unix_makefile > makefile.example
|