Do not declare empty EXPORTS variables as it breaks 'make install'

Thanks to Aleksey Nogin <mozilla-bugs@nogin.org> for the patch.
Bug #185681 r=cls
This commit is contained in:
seawood%netscape.com 2003-01-03 08:00:49 +00:00
parent d59257cc5d
commit 60e790cacd

View File

@ -69,9 +69,6 @@ CPPSRCS = \
nsDebugGlue.cpp \
$(NULL)
EXPORTS = \
$(NULL)
SDK_HEADERS = \
nsXPCOMGlue.h \
nsEmbedString.h \