comparison libinterp/operators/module.mk @ 21281:b76955e83fe4

maint: Run all build shell scripts with SHELL as command interpreter * Makefile.am, common.mk, doc/module.mk, libinterp/corefcn/module.mk, libinterp/module.mk, libinterp/octave-value/module.mk, libinterp/operators/module.mk, liboctave/module.mk, scripts/module.mk, test/module.mk: Use $(SHELL) variable as command interpreter for all build helper shell scripts. * config-images.sh, config-module.sh, config-ops.sh: Use ${SHELL} environment variable as command interpreter for move-if-change helper script.
author Mike Miller <mtmiller@octave.org>
date Tue, 16 Feb 2016 23:08:31 -0800
parents 9b44691a3520
children 492472927079
comparison
equal deleted inserted replaced
21280:ebdf74c15722 21281:b76955e83fe4
136 libinterp/operators/ops.h 136 libinterp/operators/ops.h
137 137
138 ## Special rules for sources which must be built before rest of compilation. 138 ## Special rules for sources which must be built before rest of compilation.
139 libinterp/operators/ops.cc: $(LIBINTERP_OPERATORS_SRC) libinterp/mkops 139 libinterp/operators/ops.cc: $(LIBINTERP_OPERATORS_SRC) libinterp/mkops
140 $(AM_V_GEN)rm -f $@-t $@ && \ 140 $(AM_V_GEN)rm -f $@-t $@ && \
141 $(srcdir)/libinterp/mkops $(LIBINTERP_OPERATORS_SRC) > $@-t && \ 141 $(SHELL) $(srcdir)/libinterp/mkops $(LIBINTERP_OPERATORS_SRC) > $@-t && \
142 mv $@-t $@ 142 mv $@-t $@