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:
dbaron%fas.harvard.edu 2001-02-16 03:39:57 +00:00
Родитель cae8a8e18b
Коммит 1eeeb5baba
1 изменённых файлов: 1 добавлений и 0 удалений

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

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