diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-04-20 10:53:35 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-04-20 10:53:35 +0000 |
commit | f6e20f05c785770a42b082befe4850f84926c002 (patch) | |
tree | dff992fe8394bcf700d6d15b853cafabaf4c3635 /tools | |
parent | 6035bcd5e5e018f7d8e62567966aee8d1aee5b33 (diff) |
New handling of deliver
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bootstrp/mkcreate.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/bootstrp/mkcreate.cxx b/tools/bootstrp/mkcreate.cxx index c912c6214d44..23ee85e32618 100644 --- a/tools/bootstrp/mkcreate.cxx +++ b/tools/bootstrp/mkcreate.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mkcreate.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mh $ $Date: 2001-03-16 09:43:22 $ + * last change: $Author: nf $ $Date: 2001-04-20 11:53:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -800,9 +800,9 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) "#\n" "# $RCSfile: mkcreate.cxx,v $\n" "#\n" - "# $Revision: 1.6 $\n" + "# $Revision: 1.7 $\n" "#\n" - "# last change: $Author: mh $ $Date: 2001-03-16 09:43:22 $\n" + "# last change: $Author: nf $ $Date: 2001-04-20 11:53:35 $\n" "#\n" "# The Contents of this file are made available subject to the terms of\n" "# either of the following licenses\n" @@ -960,7 +960,7 @@ BOOL SourceDirectory::CreateRecursiveMakefile( BOOL bAllChilds ) "# project dependencies\n" "# \n\n" "TG_DELIVER : $(RC_SUBDIRS)\n" - "\tdeliver\n" + "\t$(DELIVER)\n" ); aMakefile.WriteLine( sDeliverTarget ); } |