aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2022-07-20 14:26:57 +0000
committerMattias Andrée <maandree@kth.se>2022-07-21 01:26:34 +0200
commit8aa2a900974b100672d1af89a97c1043372a446d (patch)
tree26ab8cd8a8a7b87a8c9915b93ae84eea39daf398 /config.mk
parentFix errors in the manual found by Ivan Zuboff (diff)
downloadlibzahl-8aa2a900974b100672d1af89a97c1043372a446d.tar.gz
libzahl-8aa2a900974b100672d1af89a97c1043372a446d.tar.bz2
libzahl-8aa2a900974b100672d1af89a97c1043372a446d.tar.xz
Use ar(1)'s s-flag instead of invoking ranlib(1)
ranlib(1) is legacy and not even part of POSIX anymore, ar(1) can do the same job with the s-flag (which is an XSI-extension, but whatever).
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index ad9c5c2..2a42d3c 100644
--- a/config.mk
+++ b/config.mk
@@ -9,7 +9,6 @@ DOCPREFIX = $(PREFIX)/share/doc
CC = cc
AR = ar
-RANLIB = ranlib
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DGOOD_RAND
CFLAGS = -std=c99 -O3 -flto -Wall -pedantic