diff options
| author | Peter Eisentraut | 2006-04-03 18:47:41 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2006-04-03 18:47:41 +0000 |
| commit | c8c864c26148bc8b8f48c228152e657102f7cb2b (patch) | |
| tree | de632260efeae11bd4b73f0eeee85243f588d491 /GNUmakefile.in | |
| parent | c9a2b6d4ca103552315ac51cb012161803574516 (diff) | |
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 'GNUmakefile.in')
| -rw-r--r-- | GNUmakefile.in | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 62bbf57ba20..9065bc98647 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.42 2005/05/01 06:15:51 neilc Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.43 2006/04/03 18:47:41 petere Exp $ # subdir = @@ -20,11 +20,17 @@ install: $(MAKE) -C config $@ @echo "PostgreSQL installation complete." -installdirs uninstall distprep: +installdirs uninstall: $(MAKE) -C doc $@ $(MAKE) -C src $@ $(MAKE) -C config $@ +distprep: + $(MAKE) -C doc $@ + $(MAKE) -C src $@ + $(MAKE) -C config $@ + $(MAKE) -C contrib $@ + # clean, distclean, etc should apply to contrib too, even though # it's not built by default clean: |
