diff options
author | Frank Peters <fpe@openoffice.org> | 2004-08-19 18:54:22 +0000 |
---|---|---|
committer | Frank Peters <fpe@openoffice.org> | 2004-08-19 18:54:22 +0000 |
commit | 3a63a01d44c27c7a924930c7c6781d70ce14cd02 (patch) | |
tree | f8050734cb2822bda027ef1375192f767115f386 /helpcontent2/source/text/shared/makefile.mk | |
parent | 70bb607da25eb1affc75d050212cd9b5281ef57c (diff) |
makefiles fixed
Diffstat (limited to 'helpcontent2/source/text/shared/makefile.mk')
-rw-r--r-- | helpcontent2/source/text/shared/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/source/text/shared/makefile.mk b/helpcontent2/source/text/shared/makefile.mk index ebb06ce34a..c3926b3a82 100644 --- a/helpcontent2/source/text/shared/makefile.mk +++ b/helpcontent2/source/text/shared/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: fpe $ $Date: 2004-08-18 11:52:02 $ +#* last change $Author: fpe $ $Date: 2004-08-19 19:54:14 $ #* -#* $Revision: 1.2 $ +#* $Revision: 1.3 $ #* #* $Logfile:$ #* @@ -23,7 +23,7 @@ PACKAGE = text/shared # using a modified forme of package should do here TARGET = text_shared # edit to match the current module -MODULE = text/shared +MODULE = shared # --- Settings ----------------------------------------------------- |