Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a39872

Browse files
committed
Doesn't need libpq.
1 parenteade6d3 commit2a39872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/pg_controldata/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.1 2001/02/23 20:38:35 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.2 2001/02/25 15:57:45 petere Exp $
33
#
44

55
subdir = contrib/pg_controldata
@@ -12,8 +12,8 @@ OBJS= pg_controldata.o
1212

1313
all: pg_controldata
1414

15-
pg_controldata:$(OBJS)$(libpq_builddir)/libpq.a
16-
$(CC)$(CFLAGS)$(OBJS)$(libpq)$(LDFLAGS)$(LIBS) -o$@
15+
pg_controldata:$(OBJS)
16+
$(CC)$(CFLAGS)$(OBJS)$(LDFLAGS)$(LIBS) -o$@
1717

1818
install: all installdirs
1919
$(INSTALL_PROGRAM) pg_controldata$(X)$(bindir)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp