mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 22:37:42 -04:00
Fix handling of no-python case for nonrecursive make
This commit is contained in:
parent
607a8ff9df
commit
1e3123dae1
@ -125,8 +125,8 @@ test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh
|
|||||||
true; \
|
true; \
|
||||||
else \
|
else \
|
||||||
echo "No Python installed; stubbing out RPC test." >&2; \
|
echo "No Python installed; stubbing out RPC test." >&2; \
|
||||||
echo " "> regress.gen.c; \
|
echo " "> test/regress.gen.c; \
|
||||||
echo "#define NO_PYTHON_EXISTS" > regress.gen.h; \
|
echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLEANFILES += test/rpcgen-attempted
|
CLEANFILES += test/rpcgen-attempted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user