提交 46ced342 编写于 作者: T Tom Lane

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

quite as unused as I thought ... how embarrassing.
上级 d8b96ade
......@@ -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 $@ $<
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册