Skip to content

Commit 29731df

Browse files
committed
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 >
1 parent 7f7fb4e commit 29731df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/rserv/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ override DLLLIBS := $(BE_DLLLIBS) $(DLLLIBS)
2222
all: $(SQLS) $(TCLS) $(PERLS) $(SCRIPTS) $(SONAME)
2323

2424
%.sql: %.sql.in
25-
sed 's,@MODULE_FILENAME@,$(pkglibdir)/$(SONAME),g' $< >$@
25+
sed 's,@MODULE_FILENAME@,$$libdir/$(NAME),g' $< >$@
2626

2727
$(PERLS) $(TCLS) $(SCRIPTS): %: %.in
28-
sed -e 's,@MODULE_FILENAME@,$(pkglibdir)/$(SONAME),g' \
28+
sed -e 's,@MODULE_FILENAME@,$$libdir/$(NAME),g' \
2929
-e 's:@SQLDIR@:$(datadir)/contrib:g' \
3030
-e 's:@BINDIR@:$(bindir):g' \
3131
-e 's:@LIBDIR@:$(datadir)/contrib:g' $< >$@

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