Add $(NULL) to the list of exports since all the othe working public/makefile.win's seem to include this.

This commit is contained in:
braddr%puremagic.com 1999-04-11 08:52:32 +00:00
parent dbd703f11d
commit 8e78e4f759

View File

@ -20,6 +20,7 @@ IGNORE_MANIFEST=1
MODULE=profile
DEPTH=..\..
EXPORTS=nsIProfile.h
EXPORTS=nsIProfile.h \
$(NULL)
include <$(DEPTH)\config\rules.mak>