diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 16:34:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 16:34:03 +0000 |
commit | fa119c60bd6b47c47062f73a8d40aad54e452a20 (patch) | |
tree | 05239c5c74e579d0b62dbc8cf24ac08b0b9ee2f2 | |
parent | 6dc0394a550a6aee1cad37a12269f3fb40f240bc (diff) |
INTEGRATION: CWS ause081 (1.39.22); FILE MERGED
2007/06/22 12:45:36 hjs 1.39.22.1: #i78393# remove generation of description object file
-rw-r--r-- | solenv/inc/tg_def.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/solenv/inc/tg_def.mk b/solenv/inc/tg_def.mk index 56ed28fa10bf..48d535abb769 100644 --- a/solenv/inc/tg_def.mk +++ b/solenv/inc/tg_def.mk @@ -4,9 +4,9 @@ # # $RCSfile: tg_def.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: vg $ $Date: 2007-05-25 10:52:05 $ +# last change: $Author: hr $ $Date: 2007-06-26 17:34:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -117,9 +117,6 @@ $(DEF$(TNR)TARGETN) .PHONY : @echo EXPORTS >>$@.tmpfile # getversioninfo fuer alle!! @echo GetVersionInfo >>$@.tmpfile -.IF "$(NO_SHL$(TNR)DESCRIPTION)"=="" - @echo component_getDescriptionFunc >>$@.tmpfile -.ENDIF # "$(NO_SHL$(TNR)DESCRIPTION)"=="" .IF "$(DEFLIB$(TNR)NAME)"!="" .IF "$(COM)"=="GCC" @-$(EXPORT$(TNR)_PROTECT) $(RM) $(MISC)$/$(SHL$(TNR)TARGET).exp |