Skip to content
Snippets Groups Projects
Commit 2a398726 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Doesn't need libpq.

parent eade6d35
No related branches found
No related tags found
No related merge requests found
# #
# $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 $
# #
subdir = contrib/pg_controldata subdir = contrib/pg_controldata
...@@ -12,8 +12,8 @@ OBJS = pg_controldata.o ...@@ -12,8 +12,8 @@ OBJS = pg_controldata.o
all: pg_controldata all: pg_controldata
pg_controldata: $(OBJS) $(libpq_builddir)/libpq.a pg_controldata: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) $(libpq) $(LDFLAGS) $(LIBS) -o $@ $(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
install: all installdirs install: all installdirs
$(INSTALL_PROGRAM) pg_controldata$(X) $(bindir) $(INSTALL_PROGRAM) pg_controldata$(X) $(bindir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment