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 b0422b2 commit 4ad0aa3Copy full SHA for 4ad0aa3
src/bin/pg_dump/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.38 2002/08/27 18:57:26 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.39 2002/12/12 21:02:00 tgl Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -35,7 +35,7 @@ pg_dumpall: pg_dumpall.o $(libpq_builddir)/libpq.a
35
36
.PHONY: submake-backend
37
submake-backend:
38
- $(MAKE) -C $(top_builddir)/src/backend/parser
+ $(MAKE) -C $(top_builddir)/src/backend/parser keywords.o
39
40
41
install: all installdirs
0 commit comments