mirror of
https://github.com/postgres/postgres.git
synced 2026-03-16 15:43:31 -04:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# for bsdi 4.0 ELF
|
|
# if we defined .so in template/bsdi_4.0
|
|
|
|
ifeq ($(DLSUFFIX), .so)
|
|
LDFLAGS+= -export-dynamic
|
|
endif
|
|
|
|
%.so: %.o
|
|
$(LD) -shared -o $@ $<
|