Skip to content

Commit 634febe

Browse files
committed
make: Regenerate files on re-configure
1 parent e5574e5 commit 634febe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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|" \

0 commit comments

Comments
 (0)