diff options
-rw-r--r-- | lingucomponent/source/lingutil/makefile.mk | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/lingucomponent/source/lingutil/makefile.mk b/lingucomponent/source/lingutil/makefile.mk index 9cce26d9a4cb..0e5490b4e36a 100644 --- a/lingucomponent/source/lingutil/makefile.mk +++ b/lingucomponent/source/lingutil/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-26 13:02:23 $ +# last change: $Author: vg $ $Date: 2003-06-12 10:36:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,9 +71,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -all_target: ALLTAR DICTIONARY - - SLOFILES= \ $(SLO)$/dictmgr.obj \ $(SLO)$/csutil.obj @@ -92,14 +89,6 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -DIC2BIN= \ - dictionary.lst - - -DICTIONARY : - +$(COPY) $(foreach,i,$(DIC2BIN) $i) $(BIN) - - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |