~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-security

« back to all changes in this revision

Viewing changes to src/bin/psql/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Portions Copyright (c) 1996-2009, 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.62 2009/03/07 00:13:58 alvherre Exp $
 
8
# $PostgreSQL: pgsql/src/bin/psql/Makefile,v 1.63 2009/06/23 03:46:00 tgl Exp $
9
9
#
10
10
#-------------------------------------------------------------------------
11
11
 
40
40
kwlookup.c: % : $(top_srcdir)/src/backend/parser/%
41
41
        rm -f $@ && $(LN_S) $< .
42
42
 
43
 
ifdef PERL
44
43
$(srcdir)/sql_help.h: create_help.pl $(wildcard $(REFDOCDIR)/*.sgml)
45
44
        $(PERL) $< $(REFDOCDIR) $@
46
 
else
47
 
$(srcdir)/sql_help.h:
48
 
        @echo "*** Perl is needed to build psql help."
49
 
endif
50
45
 
51
46
$(srcdir)/psqlscan.c: psqlscan.l
52
47
ifdef FLEX