changing test for NULL in EXPORTS list, some installations of nt barf on defined($NULL)

This commit is contained in:
leaf%mozilla.org 1999-02-04 22:56:58 +00:00
parent 484e3d3f7d
commit 4129f7ece1

View File

@ -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:/=\)