X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=compile.sh;h=0cf511eec8fefea49d87a946cb290c00132b8c36;hp=9375a6729cb156539640d0301e705d09c302e21e;hb=e42f5dfa29fbf2bcfec7d3169c76dc7046c602b2;hpb=b736f0f2440aa010f396f682964cb2e35ab934cf;ds=sidebyside diff --git a/compile.sh b/compile.sh index 9375a67..0cf511e 100755 --- a/compile.sh +++ b/compile.sh @@ -27,7 +27,7 @@ echo "going ahead with CFLAGS=\"$CFLAGS\"..." >&2 # generate header set +f # needs correct order, so list them here -cat header.h bufio.h > gen/jh.h +cat header.h > gen/jh.h set -f for source_file in $(ls|grep '\.c$'); do echo "extracting header data from $source_file..." >&2