Bug 400840 - can't build parallel build with -save-temps, r=luser a=damons

git-svn-id: svn://10.0.0.236/trunk@239091 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2007-11-09 19:36:05 +00:00
parent a018294bfa
commit 20111a4bc4

View File

@ -71,3 +71,7 @@ ifdef HOST_NSPR_MDCPUCFG
HOST_CFLAGS += -DMDCPUCFG=$(HOST_NSPR_MDCPUCFG)
endif
endif
# The intermediate (.ii/.s) files for host and target can have the same name...
# disable parallel builds
.NOTPARALLEL: