File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ CLEANFILES = python-exec2 \
3131 tests/etc/python-exec/python-exec.conf tests/python-exec-c.c \
3232 tests/*.tmp* tests/*/*.tmp*
3333
34- python-exec2 : src/python-exec.in
34+ python-exec2 : src/python-exec.in config.status
3535 rm -f $@ $@ .tmp
3636 @SED@ -e " s|[@]bindir@|${scriptrootdir} |" \
3737 -e " s|[@]PYTHON_SCRIPTROOT@|${scriptrootdir} |" \
3838 -e " s|[@]exeext@|${EXEEXT} |g" $< > $@ .tmp
3939 chmod a-w,a+x $@ .tmp
4040 mv $@ .tmp $@
4141
42- tests/etc/python-exec/python-exec.conf : tests/gen-config.sh
42+ tests/etc/python-exec/python-exec.conf : tests/gen-config.sh config.status
4343 $(MKDIR_P ) tests/etc/python-exec
4444 rm -f $@ $@ .tmp
4545 sh $(srcdir ) /tests/gen-config.sh $(PYTHON_IMPLS ) > $@ .tmp
@@ -50,7 +50,7 @@ tests/python-exec-c.c: src/python-exec-c.c
5050 $(MKDIR_P ) tests
5151 cp $< $@
5252
53- tests/python-exec : src/python-exec.in
53+ tests/python-exec : src/python-exec.in config.status
5454 $(MKDIR_P ) tests
5555 rm -f $@ $@ .tmp
5656 @SED@ -e " s|[@]bindir@|./tests|" \
You can’t perform that action at this time.
0 commit comments