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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy