Bug 604263: Fix parallel builds in NSPR on debug windows. r=wtc a=a-patch-that-missed-the-tagging/bustage

--HG--
extra : rebase_source : f5460f2b9789fc752078de98a43829963099ff2c
This commit is contained in:
Kyle Huey 2010-10-15 20:42:39 -04:00
parent 5b70c8a274
commit 16e099bc53

View File

@ -306,7 +306,10 @@ $(IMPORT_LIBRARY): $(MAPFILE)
$(IMPLIB) $@ $(MAPFILE) $(IMPLIB) $@ $(MAPFILE)
else else
ifeq (,$(filter-out WIN95 WINCE WINMO,$(OS_TARGET))) ifeq (,$(filter-out WIN95 WINCE WINMO,$(OS_TARGET)))
# PDBs and import libraries need to depend on the shared library to
# order dependencies properly.
$(IMPORT_LIBRARY): $(SHARED_LIBRARY) $(IMPORT_LIBRARY): $(SHARED_LIBRARY)
$(SHARED_LIB_PDB): $(SHARED_LIBRARY)
endif endif
endif endif