Commit 350879d8 authored by Wayne Davison's avatar Wayne Davison

Only call the just-added "touch" if autoheader succeeded.

parent a6a27602
......@@ -4,8 +4,7 @@ configure: configure.in aclocal.m4
autoconf
config.h.in: configure.in aclocal.m4
autoheader
touch config.h.in
autoheader && touch config.h.in
proto.h: *.c lib/compat.c
cat *.c lib/compat.c | awk -f mkproto.awk >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