Kaydet (Commit) 433dc982 authored tarafından Christian Lohmaier's avatar Christian Lohmaier

get rid of unneded dependency (already in prj/build.lst)

furthermore the dependency did no longer match the command that was
actually used in the rule
also get rid of the unnecessary $/ escapes
üst 31558d60
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# for a copy of the LGPLv3 License. # for a copy of the LGPLv3 License.
# #
#************************************************************************ #************************************************************************
PRJ=..$/..$/.. PRJ=../../..
PRJNAME=i18npool PRJNAME=i18npool
TARGET=dict TARGET=dict
...@@ -46,13 +46,13 @@ SHL1TARGET=dict_ja ...@@ -46,13 +46,13 @@ SHL1TARGET=dict_ja
SHL1IMPLIB=i$(SHL1TARGET) SHL1IMPLIB=i$(SHL1TARGET)
SHL1VERSIONMAP=$(TARGET).map SHL1VERSIONMAP=$(TARGET).map
SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1DEF=$(MISC)/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
SHL1OBJS= \ SHL1OBJS= \
$(SLO)$/dict_ja.obj $(SLO)/dict_ja.obj
LIB1TARGET= $(SLB)$/$(SHL1TARGET).lib LIB1TARGET= $(SLB)/$(SHL1TARGET).lib
LIB1OBJFILES=$(SHL1OBJS) LIB1OBJFILES=$(SHL1OBJS)
# Chinese dictionary # Chinese dictionary
...@@ -60,13 +60,13 @@ SHL2TARGET=dict_zh ...@@ -60,13 +60,13 @@ SHL2TARGET=dict_zh
SHL2IMPLIB=i$(SHL2TARGET) SHL2IMPLIB=i$(SHL2TARGET)
SHL2VERSIONMAP=$(TARGET).map SHL2VERSIONMAP=$(TARGET).map
SHL2DEF=$(MISC)$/$(SHL2TARGET).def SHL2DEF=$(MISC)/$(SHL2TARGET).def
DEF2NAME=$(SHL2TARGET) DEF2NAME=$(SHL2TARGET)
SHL2OBJS= \ SHL2OBJS= \
$(SLO)$/dict_zh.obj $(SLO)/dict_zh.obj
LIB2TARGET= $(SLB)$/$(SHL2TARGET).lib LIB2TARGET= $(SLB)/$(SHL2TARGET).lib
LIB2OBJFILES=$(SHL2OBJS) LIB2OBJFILES=$(SHL2OBJS)
DEPOBJFILES= \ DEPOBJFILES= \
...@@ -76,9 +76,5 @@ DEPOBJFILES= \ ...@@ -76,9 +76,5 @@ DEPOBJFILES= \
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
.INCLUDE : target.mk .INCLUDE : target.mk
$(MISC)$/dict_%.cxx : %.dic $(MISC)/dict_%.cxx : %.dic
$(AUGMENT_LIBRARY_PATH) $(OUT_FOR_BUILD)$/bin$/gendict $< $@ $(AUGMENT_LIBRARY_PATH) $(OUT_FOR_BUILD)/bin/gendict $< $@
# ugly - is this dependency really required here?
$(foreach,i,$(shell @$(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) : $(BIN)$/gendict$(EXECPOST)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment