Skip to content

Commit 4ad0aa3

Browse files
committed
Don't force rebuild of all of backend/parser when we only need
keywords.o.
1 parent b0422b2 commit 4ad0aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_dump/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.38 2002/08/27 18:57:26 petere Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.39 2002/12/12 21:02:00 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -35,7 +35,7 @@ pg_dumpall: pg_dumpall.o $(libpq_builddir)/libpq.a
3535

3636
.PHONY: submake-backend
3737
submake-backend:
38-
$(MAKE) -C $(top_builddir)/src/backend/parser
38+
$(MAKE) -C $(top_builddir)/src/backend/parser keywords.o
3939

4040

4141
install: all installdirs

0 commit comments

Comments
 (0)