Adjust some comments about structure properties in pg_stat.h
[pgsql.git] / src / makefiles / Makefile.openbsd
blobeb86e0b76e43446c5f066dd13241c95bc132ea8f
1 rpath = -Wl,-R'$(rpathdir)'
4 # Rule for building a shared library from a single .o file
5 %.so: %.o
6         $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@