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 | 8196921a8030b7c124a8a171e96b556f534ec759 (patch) | |
tree | 0e1c2469bfa0962610f9c598f59b28a437492bd6 | |
parent | 6a4a4ff11b99f08cb571dc7640280de0a9c81db0 (diff) |
Use $(DLLTOOL) instead of dlltool
-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 434a9cd2e..935303f6f 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" |