Fixed a bug that only exhibited itself if NO_STATIC_LIB was defined. The tools (../tools) require that libxpt.a gets built no matter what, and that wasn't happening.
git-svn-id: svn://10.0.0.236/trunk@32429 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,4 +37,10 @@ REQUIRES = $(MODULE)
|
||||
# available to xpidl, which also must be built early.
|
||||
export:: libs
|
||||
|
||||
#
|
||||
# Because ../tools/Makefile.in requires libxpt.a, we have to force the
|
||||
# static lib to be built, even if NO_STATIC_LIB is defined.
|
||||
#
|
||||
override NO_STATIC_LIB=
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Reference in New Issue
Block a user