Comparison

util-src/makefile @ 12364:261ce358e436

make: Fix build of util.struct on *BSD
author Kim Alvefur <zash@zash.se>
date Fri, 04 Mar 2022 17:46:33 +0100
parent 11166:51e5149ed0ad
comparison
equal deleted inserted replaced
12363:0576d7d625a0 12364:261ce358e436
4 4
5 INSTALL_DATA=install -m644 5 INSTALL_DATA=install -m644
6 TARGET?=../util/ 6 TARGET?=../util/
7 7
8 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \ 8 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so \
9 ringbuffer.so time.so poll.so compat.so strbitop.so 9 ringbuffer.so time.so poll.so compat.so strbitop.so \
10 struct.so
10 11
11 .ifdef $(RANDOM) 12 .ifdef $(RANDOM)
12 ALL+=crand.so 13 ALL+=crand.so
13 .endif 14 .endif
14 15