We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eade6d3 commit 2a39872Copy full SHA for 2a39872
contrib/pg_controldata/Makefile
@@ -1,5 +1,5 @@
1
#
2
-# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.1 2001/02/23 20:38:35 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.2 2001/02/25 15:57:45 petere Exp $
3
4
5
subdir = contrib/pg_controldata
@@ -12,8 +12,8 @@ OBJS = pg_controldata.o
12
13
all: pg_controldata
14
15
-pg_controldata: $(OBJS) $(libpq_builddir)/libpq.a
16
- $(CC) $(CFLAGS) $(OBJS) $(libpq) $(LDFLAGS) $(LIBS) -o $@
+pg_controldata: $(OBJS)
+ $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
17
18
install: all installdirs
19
$(INSTALL_PROGRAM) pg_controldata$(X) $(bindir)
0 commit comments