1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

First step to removing /contrib/retep, with Peter Mount's approval.

This commit is contained in:
Bruce Momjian
2002-10-21 00:12:46 +00:00
parent 76cadb59fe
commit 9c7cd8ba15
3 changed files with 3 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#
# PostgreSQL top level makefile
#
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
#
subdir =
@ -69,7 +69,7 @@ dist:
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
opt_files := contrib/retep \
opt_files := \
src/tools src/corba src/data src/tutorial \
src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl python jdbc) \