From: Adam Chlipala Date: Thu, 16 Sep 2004 15:25:00 +0000 (+0000) Subject: Build scripts & automatic generation of FFI files X-Git-Url: https://git.hcoop.net/hcoop/smlsql.git/commitdiff_plain/812d937792645ff4de79715553a449a42ba4d589 Build scripts & automatic generation of FFI files --- diff --git a/build b/build index e025e3e..67e5a3b 100755 --- a/build +++ b/build @@ -9,8 +9,8 @@ fi if [ -d libpq/.cm ] ; then rm -rf libpq/.cm fi -if [ -d libpq/FFI/.cm ] ; then - rm -rf libpq/FFI/.cm +if [ -d libpq/FFI ] ; then + rm -rf libpq/FFI/* fi if ! cat build.sml | $SMLBIN/sml ; then