]> granicus.if.org Git - postgresql/commitdiff
Don't force rebuild of all of backend/parser when we only need
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2002 21:02:00 +0000 (21:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Dec 2002 21:02:00 +0000 (21:02 +0000)
keywords.o.

src/bin/pg_dump/Makefile

index f18280b9580e815f004b0ae7b017bdb1caee3679..e8fec04dc4af16d7e7efccb3b586761547cb2ad0 100644 (file)
@@ -5,7 +5,7 @@
 # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
 # Portions Copyright (c) 1994, Regents of the University of California
 #
-# $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 $
 #
 #-------------------------------------------------------------------------
 
@@ -35,7 +35,7 @@ pg_dumpall: pg_dumpall.o $(libpq_builddir)/libpq.a
 
 .PHONY: submake-backend
 submake-backend:
-       $(MAKE) -C $(top_builddir)/src/backend/parser
+       $(MAKE) -C $(top_builddir)/src/backend/parser keywords.o
 
 
 install: all installdirs