mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 13:54:27 +00:00
Bustage fix - remove earlier workarounds
This commit is contained in:
parent
fc7ea102ca
commit
617e57e7b1
@ -55,10 +55,6 @@ ifdef TX_EXE
|
||||
CPPSRCS += SimpleErrorObserver.cpp
|
||||
endif
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../xpath -I$(srcdir)/../xslt -I$(srcdir)/../xml \
|
||||
|
@ -44,10 +44,6 @@ DIRS = dom parser
|
||||
|
||||
CPPSRCS = XMLUtils.cpp
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom -I$(srcdir)/../xpath \
|
||||
|
@ -86,10 +86,6 @@ else
|
||||
CPPSRCS += txStandaloneXPathTreeWalker.cpp
|
||||
endif
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
||||
|
@ -87,10 +87,6 @@ CPPSRCS += txMozillaStylesheetCompiler.cpp \
|
||||
txMozillaXSLTProcessor.cpp
|
||||
endif
|
||||
|
||||
ifdef BUILD_SHARED_LIBS
|
||||
FORCE_USE_PIC=1
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir) -I$(srcdir)/../base \
|
||||
|
Loading…
Reference in New Issue
Block a user