aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2004-03-09 19:47:05 +0000
committerPeter Eisentraut <peter_e@gmx.net>2004-03-09 19:47:05 +0000
commit3ab5aa02f87582ce1036c8d1fc74756c9d211ba3 (patch)
tree093d59d91dd3d1773c4366cbd689462173b64291
parent47110ace3a9c58cbc887be8523d9b1818e1ba9c6 (diff)
downloadpostgresql-3ab5aa02f87582ce1036c8d1fc74756c9d211ba3.tar.gz
postgresql-3ab5aa02f87582ce1036c8d1fc74756c9d211ba3.zip
Build scanner output when making a distribution.
-rw-r--r--src/bin/psql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile
index 7856b3e9ce1..efbffe48596 100644
--- a/src/bin/psql/Makefile
+++ b/src/bin/psql/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.39 2004/02/19 19:40:08 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.40 2004/03/09 19:47:05 petere Exp $
#
#-------------------------------------------------------------------------
@@ -46,7 +46,7 @@ else
@$(missing) flex $< $@
endif
-distprep: $(srcdir)/sql_help.h
+distprep: $(srcdir)/sql_help.h $(srcdir)/psqlscan.c
install: all installdirs
$(INSTALL_PROGRAM) psql$(X) $(DESTDIR)$(bindir)/psql$(X)