mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
changing test for NULL in EXPORTS list, some installations of nt barf on defined($NULL)
This commit is contained in:
parent
484e3d3f7d
commit
4129f7ece1
@ -575,7 +575,7 @@ export:: $(JMC_STUBS) $(OBJDIR) $(JMC_OBJS)
|
||||
#// EXPORTS Names of headers to be copied to MODULE
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
!if defined(EXPORTS)
|
||||
!if "$(EXPORTS)" != "$(NULL)"
|
||||
export:: $(XPDIST)\public\$(MODULE)
|
||||
for %f in ($(EXPORTS)) do $(MAKE_INSTALL:/=\) %f $(XPDIST:/=\)\public\$(MODULE:/=\)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user