diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-26 17:41:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-26 17:41:29 +0100 |
commit | 0a0c0f5f5716d0932cf3f58328006e3a185abd0e (patch) | |
tree | 7bea4888c9f330d4a0e78a5fa52635831e0090e6 /soldep/bootstrp/makefile.mk | |
parent | e1e7e5906a2c62add6715499f180c8a4c8ed4c65 (diff) | |
parent | 099781c3ed4b97abb73891b63e796d60b4951bb2 (diff) |
merge commit for m62
Diffstat (limited to 'soldep/bootstrp/makefile.mk')
-rw-r--r-- | soldep/bootstrp/makefile.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/soldep/bootstrp/makefile.mk b/soldep/bootstrp/makefile.mk index 52b21c878158..ac56f781b791 100644 --- a/soldep/bootstrp/makefile.mk +++ b/soldep/bootstrp/makefile.mk @@ -37,7 +37,6 @@ ENABLE_EXCEPTIONS=true # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/perl.mk .INCLUDE : settings.mk # fixme, code is not yet 64 bit clean @@ -69,8 +68,7 @@ SHL1STDLIBS=\ $(TOOLSLIB) \ $(BTSTRPLIB) \ $(VOSLIB) \ - $(SALLIB) \ - $(PERL_LIB) + $(SALLIB) DEF1NAME =$(SHL1TARGET) DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt |