Bug 661903 - Fix stupid build issue

This commit is contained in:
Bill McCloskey 2011-07-14 16:07:53 -07:00
Родитель 5f330a0e50
Коммит 9c3c4c070a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -663,7 +663,7 @@ check-malloc-function-usage: $(filter-out %jsalloc.h %jscntxt.h %jsutil.h, $(ALL
$(srcdir)/config/check_source_count.py OffTheBooks:: 52 \
"in Makefile.in" "{cx,rt}->{new_,new_array,malloc_,calloc_,realloc_}" $^
# This should go to zero, if possible.
$(srcdir)/config/check_source_count.py UnwantedForeground:: 33 \
$(srcdir)/config/check_source_count.py UnwantedForeground:: 31 \
"in Makefile.in" "{cx,rt}->{free_,delete_,array_delete}" $^
ifneq ($(OS_ARCH),WINNT) # FIXME: this should be made work on Windows too.