diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-10 15:53:56 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-10 15:53:56 +0000 |
commit | 9cc1fc1dd049254def86e43f9759d7f20450410f (patch) | |
tree | ed888d54bae7a099f051e16aa09c519319d31a95 /solenv/inc/tg_def.mk | |
parent | 24b33ce319e253c4c9ab7f51dadf7c1ba57ae67d (diff) |
#65293# for shell for $(TYPE)
Diffstat (limited to 'solenv/inc/tg_def.mk')
-rw-r--r-- | solenv/inc/tg_def.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_def.mk b/solenv/inc/tg_def.mk index 8b353749831f..793efee7af89 100644 --- a/solenv/inc/tg_def.mk +++ b/solenv/inc/tg_def.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_def.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: hjs $ $Date: 2001-05-21 12:29:38 $ +# last change: $Author: hjs $ $Date: 2001-09-10 16:53:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -248,7 +248,7 @@ $(DEF$(TNR)TARGETN) .PHONY : \ @echo $(DEF$(TNR)EXPORT20) >>$@ .ENDIF .IF "$(DEF$(TNR)EXPORTFILE)"!="" - $(TYPE) $(DEF$(TNR)EXPORTFILE) >> $@ + +$(TYPE) $(DEF$(TNR)EXPORTFILE) >> $@ .ENDIF .ENDIF # "$(APP$(TNR)HEAP)"=="" .ENDIF # "$(GUI)"=="WNT" |