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
This commit is contained in:
Bruce Momjian 2020-10-27 14:00:38 -04:00
parent 59b6b1fd9e
commit 8fde896610

View File

@ -1,5 +1,4 @@
# src/template/netbsd
# tools/thread/thread_test must be run
# Extra CFLAGS for code that will go into a shared library
CFLAGS_SL="-fPIC -DPIC"