From 1e3123dae13ab3c75980003f84b7befcc7ac2213 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 28 Aug 2012 16:15:14 -0400 Subject: [PATCH] Fix handling of no-python case for nonrecursive make --- test/include.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/include.am b/test/include.am index 4c97ea85..82c7320e 100644 --- a/test/include.am +++ b/test/include.am @@ -125,8 +125,8 @@ test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh true; \ else \ echo "No Python installed; stubbing out RPC test." >&2; \ - echo " "> regress.gen.c; \ - echo "#define NO_PYTHON_EXISTS" > regress.gen.h; \ + echo " "> test/regress.gen.c; \ + echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \ fi CLEANFILES += test/rpcgen-attempted -- 2.50.1