]> granicus.if.org Git - libevent/commitdiff
Fix handling of no-python case for nonrecursive make
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Aug 2012 20:15:14 +0000 (16:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Aug 2012 20:15:14 +0000 (16:15 -0400)
test/include.am

index 4c97ea8559bace34b2be3c36f856608b27cb4633..82c7320e55923ae32558bd4332e65235c829014b 100644 (file)
@@ -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