Replace NSS with Pale Moon's

This commit is contained in:
wuggy 2026-06-29 21:29:25 +01:00
commit 8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions

View file

@ -20,6 +20,7 @@ include $(DEPTH)/coreconf/config.mk
ifeq (,$(filter-out OS2 WIN%,$(OS_TARGET)))
PROGRAM =
TARGETS =
else
TARGETS = $(PROGRAM)
INSTALL = true
@ -33,10 +34,14 @@ ifdef NATIVE_FLAGS
OS_CFLAGS=$(NATIVE_FLAGS)
endif
ifdef NATIVE_LDFLAGS
LDFLAGS=$(NATIVE_LDFLAGS)
endif
include $(DEPTH)/coreconf/rules.mk
# Redefine MAKE_OBJDIR for just this directory
define MAKE_OBJDIR
if test ! -d $(@D); then rm -rf $(@D); mkdir $(@D); fi
if test ! -d $(@D); then mkdir -p $(@D); fi
endef