]> granicus.if.org Git - postgresql/commitdiff
Re-insert %.sl rule into Makefile.hpux ... seems it is not
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jan 1999 00:18:59 +0000 (00:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Jan 1999 00:18:59 +0000 (00:18 +0000)
quite as unused as I thought ... how embarrassing.

src/makefiles/Makefile.hpux

index 022c071001cf5fc9a27b656802d9b1dfd21073ed..392ea1a5dff193b3700ea9d6602a66f44a1dcd3c 100644 (file)
@@ -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 $@ $<