Skip to content
Snippets Groups Projects
Commit 46ced342 authored by Tom Lane's avatar Tom Lane
Browse files

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

quite as unused as I thought ... how embarrassing.
parent d8b96ade
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,8 @@ endif ...@@ -24,3 +24,8 @@ endif
# to catch null pointer dereferences, and specify -E to make all symbols # to catch null pointer dereferences, and specify -E to make all symbols
# visible to dynamically linked shared libraries. # visible to dynamically linked shared libraries.
LDFLAGS+= -Wl,+b -Wl,$(LIBDIR) -Wl,-z -Wl,-E 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 $@ $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment