File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# PostgreSQL top level makefile
3
3
#
4
- # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.28 2002/09/05 02:05:30 scrappy Exp $
4
+ # $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $
5
5
#
6
6
7
7
subdir =
@@ -69,11 +69,11 @@ dist:
69
69
$(distdir).tar: distdir
70
70
$(TAR) chf $@ $(distdir)
71
71
72
- opt_files := src/backend/utils/mb contrib/retep/build.xml \
72
+ opt_files := contrib/retep \
73
73
src/tools src/corba src/data src/tutorial \
74
- $(addprefix src/bin/, pgtclsh pg_encoding) \
74
+ src/bin/pgtclsh \
75
75
$(addprefix src/interfaces/, libpgtcl python jdbc) \
76
- $(addprefix src/pl/, plperl tcl)
76
+ $(addprefix src/pl/, plperl plpython tcl)
77
77
78
78
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail
79
79
You can’t perform that action at this time.
0 commit comments