зеркало из https://github.com/mozilla/gecko-dev.git
add a special rule so that make doesn't attempt on successive builds to compile PrimitiveOperations from PrimitiveOperations.cpp
This commit is contained in:
Родитель
69e06fb0dd
Коммит
e2fe80efb2
|
@ -101,6 +101,12 @@ x86-win32.nad.burg.cpp: x86-win32.nad $(BURG) $(DEPTH)/Compiler/PrimitiveGraph/P
|
|||
cp $(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations.h $(LOCAL_EXPORT_DIR)
|
||||
endif
|
||||
|
||||
# special rule so that successive make's don't try to build
|
||||
# $(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations from
|
||||
# $(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations.cpp
|
||||
#
|
||||
$(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations:
|
||||
@echo
|
||||
#
|
||||
# Extra cleaning
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче