bug 495604 - Make ifndef MOZ_SUITE in dlmgr Makefile.in actually work, r=sdwilsh

This commit is contained in:
Robert Kaiser 2009-05-30 20:00:56 +02:00
parent 5d71b37bbe
commit ff1cf91f71

View File

@ -82,6 +82,9 @@ REQUIRES += xulapp
endif
endif
# definition of MOZ_SUITE is only added via config.mk
include $(topsrcdir)/config/config.mk
ifndef MOZ_SUITE
# XXX - Until Suite builds off XULRunner we can't guarantee our implementation
# of nsIDownloadManagerUI overrides toolkit's.