Fixed linux makefile for xpcom.properties

This commit is contained in:
warren%netscape.com 2000-07-25 05:54:38 +00:00
parent 3fbed19a16
commit 8bd7267f01

View File

@ -30,6 +30,8 @@ MODULE = xpcom
XPIDL_MODULE = xpcom_base
LIBRARY_NAME = xpcombase_s
CHROME_DIR=locales/en-US
CHROME_L10N_DIR=global/locale
CPPSRCS = \
nsAllocator.cpp \
@ -104,8 +106,6 @@ override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
CHROME_DIR=locales/en-US
DEFINES += -D_IMPL_NS_COM
ifeq ($(OS_ARCH), Linux)
@ -113,4 +113,4 @@ DEFINES += -D_BSD_SOURCE
endif
install::
cp xpcom.properties $(CHROME_DIST)/$(CHROME_L10N_DIR)/global/locale/
cp xpcom.properties $(CHROME_DIST)/$(CHROME_L10N_DIR)