1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00
Bruce Momjian 00e4788f20 Makefile comment: remove reference to tools/thread/thread_test
You can't compile thread_test alone anymore, and the location moved too.

Reported-by: Tom Lane

Discussion: https://postgr.es/m/1062278.1603819969@sss.pgh.pa.us

Backpatch-through: 9.5
2020-10-27 14:00:43 -04:00

5 lines
106 B
Plaintext

# src/template/netbsd
# Extra CFLAGS for code that will go into a shared library
CFLAGS_SL="-fPIC -DPIC"