Commit 70fbceee by Richard Stallman

(stmp-fixproto): Create include subdir if doesn't exist.

From-SVN: r6159
parent 980697fd
......@@ -1618,6 +1618,7 @@ fixhdr.ready: fix-header
# if it has already been run on the files in `include'.
stmp-fixproto: fixhdr.ready fixproto stmp-headers
@echo "Various warnings and error messages from fixproto are normal"
-if [ -d include ] ; then true; else mkdir include; fi
if [ -f include/fixed ] ; then true; \
else \
CPP="$(GCC_FOR_TARGET) -E"; export CPP; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment