Fixed linux makefile for xpcom.properties

git-svn-id: svn://10.0.0.236/trunk@74731 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 2000-07-25 05:54:38 +00:00
parent 764d1e2e78
commit d93cdd6606

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)