|
5 | 5 | # Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
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 $ |
9 | 9 | #
|
10 | 10 | #-------------------------------------------------------------------------
|
11 | 11 |
|
|
46 | 46 | @$(missing) flex $< $@
|
47 | 47 | endif
|
48 | 48 |
|
49 |
| -distprep:$(srcdir)/sql_help.h |
| 49 | +distprep:$(srcdir)/sql_help.h$(srcdir)/psqlscan.c |
50 | 50 |
|
51 | 51 | install: all installdirs
|
52 | 52 | $(INSTALL_PROGRAM) psql$(X)$(DESTDIR)$(bindir)/psql$(X)
|
|