From 78a05b9cb1a3d591254fceb86a6af0342bdff30f Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Fri, 15 Aug 2014 21:30:40 +0000 Subject: [PATCH] prevent btstack-config-iphone.h from being overwritten by configure --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index c478bbf51..b52119b42 100644 --- a/configure.in +++ b/configure.in @@ -228,6 +228,7 @@ echo echo # create btstack-config.h +rm -f btstack-config.h echo "// btstack-config.h created by configure for BTstack " `date`> btstack-config.h if test "x$HCI_TRANSPORT" = xUSB; then USB_SOURCES=hci_transport_usb.c