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

This commit is contained in:
benjamin@smedbergs.us 2007-11-09 11:36:05 -08:00
Родитель e471a5bd25
Коммит 1129043a40
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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: