mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 22:57:37 +08:00
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports
3 lines
58 B
Makefile
3 lines
58 B
Makefile
%.so: %.o
|
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|