diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:30:02 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:30:02 +0200 |
commit | 98f7d406968f0e55acbcc5c8b0a43805f41a367a (patch) | |
tree | b187a2412cb6074145513bfa3a8e7216a05a37f8 /extensions | |
parent | 09727e4dbf46c3cb0dcd5de27b2b3c648425ac8b (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/makefile.mk | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/extensions/source/abpilot/makefile.mk b/extensions/source/abpilot/makefile.mk index b205d9b3f2e9..7f84828247bb 100644 --- a/extensions/source/abpilot/makefile.mk +++ b/extensions/source/abpilot/makefile.mk @@ -79,19 +79,20 @@ SHL1TARGET= $(TARGET)$(DLLPOSTFIX) SHL1VERSIONMAP=$(SOLARENV)/src/component.map SHL1STDLIBS= \ - $(VCLLIB) \ - $(SALLIB) \ - $(TOOLSLIB) \ - $(CPPULIB) \ - $(SVTOOLLIB) \ - $(SVLLIB) \ - $(SFXLIB) \ - $(CPPUHELPERLIB) \ - $(COMPHELPERLIB) \ - $(TKLIB) \ - $(UNOTOOLSLIB) \ - $(SVXCORELIB) \ - $(SVXLIB) + $(COMPHELPERLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) \ + $(SFXLIB) \ + $(SVLLIB) \ + $(SVTLIB) \ + $(SVTOOLLIB) \ + $(SVXCORELIB) \ + $(SVXLIB) \ + $(TKLIB) \ + $(TOOLSLIB) \ + $(UNOTOOLSLIB) \ + $(VCLLIB) \ SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1IMPLIB= i$(TARGET) |