We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe80b5e commit 6555177Copy full SHA for 6555177
src/bin/pg_config/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
subdir = src/bin/pg_config
4
top_builddir = ../../..
@@ -12,7 +12,7 @@ pg_config: pg_config.sh $(top_builddir)/src/Makefile.global Makefile
12
-e 's,@includedir_server@,$(includedir_server),g' \
13
-e 's,@libdir@,$(libdir),g' \
14
-e 's,@pkglibdir@,$(pkglibdir),g' \
15
- -e "s,@configure@,$(configure_args),g" \
+ -e "s|@configure@|$(configure_args)|g" \
16
-e 's,@version@,$(VERSION),g' \
17
$< >$@
18
chmod a+x $@
0 commit comments