From 29731df47113c5a600cf6ea089b4a3576d49e7f2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 11 Mar 2002 04:39:14 +0000 Subject: [PATCH] Back out this for Peter: > This simple patch fixes broken Makefile, broken ApplySnapshot and > makes all utilities honour --verbose command line option. > > -- > Yours, Alexey V. Borzov, Webmaster of RDW.ru > --- contrib/rserv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/rserv/Makefile b/contrib/rserv/Makefile index 7a4cf72a57..2725119746 100644 --- a/contrib/rserv/Makefile +++ b/contrib/rserv/Makefile @@ -22,10 +22,10 @@ override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS) all: $(SQLS) $(TCLS) $(PERLS) $(SCRIPTS) $(SONAME) %.sql: %.sql.in - sed 's,@MODULE_FILENAME@,$(pkglibdir)/$(SONAME),g' $< >$@ + sed 's,@MODULE_FILENAME@,$$libdir/$(NAME),g' $< >$@ $(PERLS) $(TCLS) $(SCRIPTS): %: %.in - sed -e 's,@MODULE_FILENAME@,$(pkglibdir)/$(SONAME),g' \ + sed -e 's,@MODULE_FILENAME@,$$libdir/$(NAME),g' \ -e 's:@SQLDIR@:$(datadir)/contrib:g' \ -e 's:@BINDIR@:$(bindir):g' \ -e 's:@LIBDIR@:$(datadir)/contrib:g' $< >$@ -- 2.40.0