diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-26 14:17:46 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-08-26 14:17:46 +0000 |
commit | 44dc8755060592bddab0ec92e4fd4444f576bc65 (patch) | |
tree | 74366fd2b982f5b46dc2fac7f4d8a60def62ce3e /helpcontent2/util/schart/makefile.mk | |
parent | 9811dbc3ea1898704f36f8744d5e661774808864 (diff) |
unique target
Diffstat (limited to 'helpcontent2/util/schart/makefile.mk')
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 0c2fb973f2..450c82001f 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: ihi $ $Date: 2004-08-24 11:11:28 $ +#* last change $Author: hjs $ $Date: 2004-08-26 15:17:44 $ #* -#* $Revision: 1.6 $ +#* $Revision: 1.7 $ #* #* $Logfile:$ #* @@ -19,7 +19,7 @@ PRJ = ..$/.. PRJNAME = help2 # uniqe name (module wide); # using a modified forme of package should do here -TARGET = util +TARGET = schart_util # --- Settings ----------------------------------------------------- |