Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3ab5aa0

Browse files
committed
Build scanner output when making a distribution.
1 parent 47110ac commit 3ab5aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/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-
# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.39 2004/02/19 19:40:08 tgl Exp $
8+
# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.40 2004/03/09 19:47:05 petere Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -46,7 +46,7 @@ else
4646
@$(missing) flex $< $@
4747
endif
4848

49-
distprep: $(srcdir)/sql_help.h
49+
distprep: $(srcdir)/sql_help.h $(srcdir)/psqlscan.c
5050

5151
install: all installdirs
5252
$(INSTALL_PROGRAM) psql$(X) $(DESTDIR)$(bindir)/psql$(X)

0 commit comments

Comments
 (0)