From 6d3dbb1b6a1fe2e28ce0a1f4e9870edd970342a0 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Thu, 10 Jan 2008 08:55:50 +0000 Subject: [PATCH] Bug 411053 - "xpt_dump not rebuild when libxpt.a is modified" [p=arno.@no-log.org (arno.) r+sr=bsmedberg a1.9=schrep] git-svn-id: svn://10.0.0.236/trunk@242810 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/typelib/xpt/tools/Makefile.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mozilla/xpcom/typelib/xpt/tools/Makefile.in b/mozilla/xpcom/typelib/xpt/tools/Makefile.in index 68c9f9b609b..476c7596dfe 100644 --- a/mozilla/xpcom/typelib/xpt/tools/Makefile.in +++ b/mozilla/xpcom/typelib/xpt/tools/Makefile.in @@ -58,6 +58,8 @@ HOST_SIMPLE_PROGRAMS = $(addprefix host_, $(SIMPLE_PROGRAMS:$(BIN_SUFFIX)=$(HOST HOST_CSRCS = $(CSRCS) endif +LIBS = $(DIST)/lib/$(LIB_PREFIX)xpt.$(LIB_SUFFIX) + include $(topsrcdir)/config/rules.mk # Compile directly against the static lib, so we can use the tools @@ -66,12 +68,6 @@ ifeq (,$(filter-out WINNT WINCE,$(OS_ARCH))) DEFINES += -DEXPORT_XPT_API endif -LIBS = $(DIST)/lib/$(LIB_PREFIX)xpt.$(LIB_SUFFIX) - -# Tell the $(SIMPLE_PROGRAMS) target that we need to be recompiled -# when libxpt changes. -EXTRA_DEPS = $(wildcard $(DIST)/lib/$(LIB_PREFIX)xpt.*) - ifdef CROSS_COMPILE HOST_LIBS = $(DIST)/host/lib/$(LIB_PREFIX)hostxpt.$(LIB_SUFFIX) HOST_EXTRA_DEPS = $(wildcard $(DIST)/host/lib/$(LIB_PREFIX)hostxpt.*)