зеркало из https://github.com/mozilla/pjs.git
Fix objdir build bustage by not trying to install from the objdir a script that is in the srcdir. r=bryner
This commit is contained in:
Родитель
cae8a8e18b
Коммит
1eeeb5baba
|
@ -55,6 +55,7 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
|||
|
||||
OTHER_LIBRARIES = $(LIBMALLOC)
|
||||
HELPER_SCRIPTS = jprofsig
|
||||
HELPER_SCRIPTS := $(addprefix $(srcdir)/, $(HELPER_SCRIPTS))
|
||||
TARGETS := $(PROGRAM) $(OTHER_LIBRARIES) $(HELPER_SCRIPTS)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче