summaryrefslogtreecommitdiffstats
path: root/util/pl/unix.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/pl/unix.pl')
-rw-r--r--util/pl/unix.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 6757b7ca18..dbe8fc2ed2 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -138,7 +138,7 @@ sub special_compile_target
{
return << "EOF";
\$(TMP_D)/x86_64-gcc.o: crypto/bn/asm/x86_64-gcc.c
- \$(CC) \$(CFLAGS) -c -o \$@ crypto/bn/asm/x86_64-gcc.c
+ \$(CC) \$(LIB_CFLAGS) -c -o \$@ crypto/bn/asm/x86_64-gcc.c
EOF
}
return undef;