X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=compile.sh;h=0cf511eec8fefea49d87a946cb290c00132b8c36;hp=9375a6729cb156539640d0301e705d09c302e21e;hb=HEAD;hpb=0fa47e6453747e3ef4ab707a5bcb34980a465a75 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