Commit a6c5741c authored by Wayne Davison's avatar Wayne Davison

Changed the "proto" target to "proto.h".

parent 3ea7fc6c
gen: configure config.h.in proto man
gen: configure config.h.in proto.h man
configure: configure.in aclocal.m4
autoconf
......@@ -6,7 +6,7 @@ configure: configure.in aclocal.m4
config.h.in: configure.in aclocal.m4
autoheader
proto:
proto.h:
cat *.c lib/compat.c | awk -f mkproto.awk >proto.h.new
if diff proto.h proto.h.new >/dev/null; then \
rm proto.h.new; \
......
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