mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
dbd703f11d
commit
8e78e4f759
@ -20,6 +20,7 @@ IGNORE_MANIFEST=1
|
||||
|
||||
MODULE=profile
|
||||
DEPTH=..\..
|
||||
EXPORTS=nsIProfile.h
|
||||
EXPORTS=nsIProfile.h \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
Reference in New Issue
Block a user