remove extraneous )

This commit is contained in:
bryner%brianryner.com 2004-03-19 07:47:42 +00:00
parent 8821f6ca44
commit 6147ddd6a2

View File

@ -46,7 +46,7 @@ DIRS = public src
include $(topsrcdir)/config/rules.mk
# Needed for preprocessor removal of IE Profile Migrator label - bug 236901
ifeq ($(OS_ARCH),WINNT))
ifeq ($(OS_ARCH),WINNT)
ifdef GNU_CXX
DEFINES += -DNO_IE_MIGRATOR=1
endif