Commit 6555177f authored by Peter Eisentraut's avatar Peter Eisentraut

Use different sed separator for configure arguments.

parent fe80b5ed
# $Header: /cvsroot/pgsql/src/bin/pg_config/Makefile,v 1.4 2002/03/29 17:32:55 petere Exp $ # $Header: /cvsroot/pgsql/src/bin/pg_config/Makefile,v 1.5 2002/09/09 18:35:04 petere Exp $
subdir = src/bin/pg_config subdir = src/bin/pg_config
top_builddir = ../../.. top_builddir = ../../..
...@@ -12,7 +12,7 @@ pg_config: pg_config.sh $(top_builddir)/src/Makefile.global Makefile ...@@ -12,7 +12,7 @@ pg_config: pg_config.sh $(top_builddir)/src/Makefile.global Makefile
-e 's,@includedir_server@,$(includedir_server),g' \ -e 's,@includedir_server@,$(includedir_server),g' \
-e 's,@libdir@,$(libdir),g' \ -e 's,@libdir@,$(libdir),g' \
-e 's,@pkglibdir@,$(pkglibdir),g' \ -e 's,@pkglibdir@,$(pkglibdir),g' \
-e "s,@configure@,$(configure_args),g" \ -e "s|@configure@|$(configure_args)|g" \
-e 's,@version@,$(VERSION),g' \ -e 's,@version@,$(VERSION),g' \
$< >$@ $< >$@
chmod a+x $@ chmod a+x $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment