aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-26 20:30:52 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-26 20:31:18 +0100
commit974d263b7e4776e9bad36adc2b611abfc6a34b1c (patch)
tree7270fdd3219342fb47935822b3743f96ad70f1be
parentd9d1811f8922f0509d922943efb3c487ace3de9f (diff)
downloadslcl-974d263b7e4776e9bad36adc2b611abfc6a34b1c.tar.gz
configure: Avoid file extension conversion
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7a674f6..afe9057 100755
--- a/configure
+++ b/configure
@@ -6,7 +6,7 @@ default_prefix=/usr/local
prefix=$default_prefix
default_CC='c99'
# FILE_OFFSET_BITS=64 is required for large file support on 32-bit platforms.
-default_CFLAGS='-O1 -g -D_FILE_OFFSET_BITS=64 -Wall -MD -MF $(@:.o=.d)'
+default_CFLAGS='-O1 -g -D_FILE_OFFSET_BITS=64 -Wall -MD'
default_LDFLAGS="-lcjson -lssl -lm -lcrypto"
CC=${CC:-$default_CC}