diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:14:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:14:39 +0000 |
commit | b7e57879349a9a6f3b9acf62791fc5ffa81b55c6 (patch) | |
tree | 67fdbbd9a5ca6017b63c668e72b842f74e1fff3b | |
parent | 46692abfd9c04b72892c5f04cc957d1960f940ab (diff) |
INTEGRATION: CWS ause039 (1.8.14); FILE MERGED
2005/10/14 03:02:05 hjs 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED
2005/09/13 13:49:55 hjs 1.8.14.1: #i54541# fix makefiles
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index 521531d93622..7a363c54a9c1 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-08 02:01:20 $ +# last change: $Author: hr $ $Date: 2005-10-25 11:14:39 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -100,12 +100,12 @@ APP1STDLIBS = \ $(SALLIB) \ mscoree.lib -ALL : ALLTAR $(BIN)$/climaker.exe.config - .ENDIF .INCLUDE : $(PRJ)$/util$/target.pmk .INCLUDE : target.mk +ALLTAR : $(BIN)$/climaker.exe.config + $(BIN)$/climaker.exe.config : climaker.exe.config $(GNUCOPY) -f $? $@ |