Thanks to visit codestin.com Credit goes to github.com
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 a341a96 commit fa471daCopy full SHA for fa471da
src/bin/pg_config/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
6
7
-# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.13 2005/01/01 20:44:21 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.14 2005/01/20 22:54:57 neilc Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -24,7 +24,7 @@ pg_config: $(OBJS)
24
25
install: all installdirs
26
$(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config$(X)
27
-
+
28
installdirs:
29
$(mkinstalldirs) $(DESTDIR)$(bindir)
30
0 commit comments