diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-06-24 15:37:52 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-06-24 15:38:47 +0200 |
commit | a81f06f209dde863dc8a3024d8e0f49b524aa23b (patch) | |
tree | c81eaeb40d961bb2f15dd560c466441c25ebab90 /pyuno | |
parent | 9c1b9a76ba13b63f493c9fed49390fbef7f72588 (diff) |
Use $(DLLTOOL) instead of dlltool
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk index 434a9cd2e31f..935303f6fd9e 100644 --- a/pyuno/source/module/makefile.mk +++ b/pyuno/source/module/makefile.mk @@ -113,7 +113,7 @@ ALLTAR : \ $(LB)$/lib$(TARGET).a $(LB)$/lib$(TARGET).a: $(MISC)$/$(TARGET).def - dlltool --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a + $(DLLTOOL) --dllname $(TARGET)$(DLLPOST) --input-def=$(MISC)$/$(TARGET).def --kill-at --output-lib=$(LB)$/lib$(TARGET).a .ELSE .IF "$(GUI)"!="WNT" |