diff options
Diffstat (limited to 'src/bin/psql/Makefile')
| -rw-r--r-- | src/bin/psql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/psql/Makefile b/src/bin/psql/Makefile index be45136b84..f605ad809e 100644 --- a/src/bin/psql/Makefile +++ b/src/bin/psql/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.22 2000/06/28 18:29:31 petere Exp $ +# $Header: /cvsroot/pgsql/src/bin/psql/Makefile,v 1.23 2000/07/19 16:29:56 petere Exp $ # #------------------------------------------------------------------------- @@ -65,6 +65,8 @@ endif submake: $(MAKE) -C $(LIBPQDIR) all +distprep: $(srcdir)/sql_help.h + install: all installdirs $(INSTALL_PROGRAM) psql$(X) $(bindir)/psql$(X) |
