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:
@ -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) \
|
||||
|
Reference in New Issue
Block a user