8000 Re-insert %.sl rule into Makefile.hpux ... seems it is not · rtpg/postgres@575c0ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 575c0ed

Browse files
committed
Re-insert %.sl rule into Makefile.hpux ... seems it is not
quite as unused as I thought ... how embarrassing.
1 parent 3be6c6e commit 575c0ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/makefiles/Makefile.hpux

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ endif
2424
# to catch null pointer dereferences, and specify -E to make all symbols
2525
# visible to dynamically linked shared libraries.
2626
LDFLAGS+= -Wl,+b -Wl,$(LIBDIR) -Wl,-z -Wl,-E
27+
28+
# Rule for building shared libs (currently used only for regression test
29+
# shlib ... should go away, since this is not really enough knowledge)
30+
%.sl: %.o
31+
$(LD) -b -o $@ $<

0 commit comments

Comments
 (0)
0