зеркало из https://github.com/mozilla/pjs.git
Make teh art_config rule down so that its not the default.
This commit is contained in:
Родитель
550307e3bf
Коммит
882cf84ef2
|
@ -108,9 +108,6 @@ GEN_ART_CONFIG = gen_art_config$(BIN_SUFFIX)
|
|||
SIMPLE_PROGRAMS = $(GEN_ART_CONFIG)
|
||||
endif
|
||||
|
||||
art_config.h: $(GEN_ART_CONFIG) Makefile Makefile.in
|
||||
./$(GEN_ART_CONFIG) > art_config.h
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
SIMPLE_PROGRAMS = testart testuta
|
||||
endif
|
||||
|
@ -121,6 +118,9 @@ FORCE_SHARED_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
art_config.h: $(GEN_ART_CONFIG) Makefile Makefile.in
|
||||
./$(GEN_ART_CONFIG) > art_config.h
|
||||
|
||||
DEFINES += -DLIBART_COMPILATION
|
||||
|
||||
# SIMPLE_PROGRAMS doesn't use REQUIRES, but we need this for config.h!
|
||||
|
|
Загрузка…
Ссылка в новой задаче