postgresql/src/makefiles/Makefile.osf
Peter Eisentraut 3eec6ee145 Rename templates to match names in makefiles/Makefile.* and include/port.
Read templates after compiler is detected. Convert all templates to real
shell scripts. Rename bsd->openbsd, alpha->osf.
2000-07-15 15:54:52 +00:00

3 lines
58 B
Makefile

%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<