Commit c28464ad by Richard Stallman

(stmp-fixproto): Don't depend on xsys-protos.h.

From-SVN: r6102
parent a860f3ce
...@@ -1614,7 +1614,7 @@ fixhdr.ready: fix-header ...@@ -1614,7 +1614,7 @@ fixhdr.ready: fix-header
fi fi
# stmp-headers is to make sure fixincludes has already finished. # stmp-headers is to make sure fixincludes has already finished.
stmp-fixproto: fixhdr.ready xsys-protos.h fixproto stmp-headers stmp-fixproto: fixhdr.ready fixproto stmp-headers
@echo "Various warnings and error messages from fixproto are normal" @echo "Various warnings and error messages from fixproto are normal"
CPP="$(GCC_FOR_TARGET) -E"; export CPP; \ CPP="$(GCC_FOR_TARGET) -E"; export CPP; \
${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR)
......
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