mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08: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; \
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user