From d89086daa878338802f63ad8f955cdf8d2bbb048 Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Tue, 25 Apr 2000 01:10:28 +0000 Subject: [PATCH] Remove HP specific stanza. It is not needed and causes 11.00 tinderbox bustage git-svn-id: svn://10.0.0.236/trunk@67007 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/src/Makefile.in | 12 ------------ mozilla/parser/htmlparser/src/Makefile.in | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/mozilla/htmlparser/src/Makefile.in b/mozilla/htmlparser/src/Makefile.in index 37b15911913..543133887d0 100644 --- a/mozilla/htmlparser/src/Makefile.in +++ b/mozilla/htmlparser/src/Makefile.in @@ -122,18 +122,6 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) include $(topsrcdir)/config/rules.mk -# -# Currently on HP, we need this sl to be linked using aCC to call the -# global constructs for the CTagList. Unfortunately if we turn on CXX -# linking for all .sl's there is a problem with gfx -# -ifeq ($(OS_ARCH),HP-UX) -ifneq (,$(filter aCC,$(CXX))) -DSO_LDOPTS = -b -Wl,-E -Wl,+s -L$(DIST)/bin -MKSHLIB = $(CXX) $(DSO_LDOPTS) -endif -endif - DEFINES += -D_IMPL_NS_HTMLPARS -DXML_DTD INCLUDES += -I. diff --git a/mozilla/parser/htmlparser/src/Makefile.in b/mozilla/parser/htmlparser/src/Makefile.in index 37b15911913..543133887d0 100644 --- a/mozilla/parser/htmlparser/src/Makefile.in +++ b/mozilla/parser/htmlparser/src/Makefile.in @@ -122,18 +122,6 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) include $(topsrcdir)/config/rules.mk -# -# Currently on HP, we need this sl to be linked using aCC to call the -# global constructs for the CTagList. Unfortunately if we turn on CXX -# linking for all .sl's there is a problem with gfx -# -ifeq ($(OS_ARCH),HP-UX) -ifneq (,$(filter aCC,$(CXX))) -DSO_LDOPTS = -b -Wl,-E -Wl,+s -L$(DIST)/bin -MKSHLIB = $(CXX) $(DSO_LDOPTS) -endif -endif - DEFINES += -D_IMPL_NS_HTMLPARS -DXML_DTD INCLUDES += -I.