Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 46ced34

Browse files
committed
Re-insert %.sl rule into Makefile.hpux ... seems it is not
quite as unused as I thought ... how embarrassing.
1 parent d8b96ad commit 46ced34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/makefiles/Makefile.hpux

+5
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)