From: Tom Lane Date: Sun, 17 Jan 1999 00:18:59 +0000 (+0000) Subject: Re-insert %.sl rule into Makefile.hpux ... seems it is not X-Git-Tag: REL6_5~820 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46ced3429bfb0d6ee627cd4589a690d3c3d8bcf5;p=postgresql Re-insert %.sl rule into Makefile.hpux ... seems it is not quite as unused as I thought ... how embarrassing. --- diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index 022c071001..392ea1a5df 100644 --- a/src/makefiles/Makefile.hpux +++ b/src/makefiles/Makefile.hpux @@ -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 $@ $<