Re-insert %.sl rule into Makefile.hpux ... seems it is not

quite as unused as I thought ... how embarrassing.
This commit is contained in:
Tom Lane 1999-01-17 00:18:59 +00:00
parent d8b96ade81
commit 46ced3429b
1 changed files with 5 additions and 0 deletions

View File

@ -24,3 +24,8 @@ endif
# to catch null pointer dereferences, and specify -E to make all symbols
# visible to dynamically linked shared libraries.
LDFLAGS+= -Wl,+b -Wl,$(LIBDIR) -Wl,-z -Wl,-E
# Rule for building shared libs (currently used only for regression test
# shlib ... should go away, since this is not really enough knowledge)
%.sl: %.o
$(LD) -b -o $@ $<