diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2006-04-03 18:47:41 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2006-04-03 18:47:41 +0000 |
| commit | c8c864c26148bc8b8f48c228152e657102f7cb2b (patch) | |
| tree | de632260efeae11bd4b73f0eeee85243f588d491 /contrib/Makefile | |
| parent | c9a2b6d4ca103552315ac51cb012161803574516 (diff) | |
| download | postgresql-c8c864c26148bc8b8f48c228152e657102f7cb2b.tar.gz | |
Put flex'ed and bison'ed files in contrib in the distribution tarball, as
is done for the analogous files in the main distribution.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 322cdeff78..c00568e32e 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/contrib/Makefile,v 1.63 2006/02/25 19:18:58 petere Exp $ +# $PostgreSQL: pgsql/contrib/Makefile,v 1.64 2006/04/03 18:47:41 petere Exp $ subdir = contrib top_builddir = .. @@ -42,7 +42,7 @@ WANTED_DIRS = \ # xml2 \ (requires libxml installed) -all install installdirs uninstall clean distclean maintainer-clean: +all install installdirs uninstall distprep clean distclean maintainer-clean: @for dir in $(WANTED_DIRS); do \ $(MAKE) -C $$dir $@ || exit; \ done |
