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:
briano%netscape.com
1999-05-20 23:17:03 +00:00
parent 91abaf6632
commit ba2c36c185

View File

@@ -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