diff options
author | Neil Conway <neilc@samurai.com> | 2005-05-01 06:15:51 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2005-05-01 06:15:51 +0000 |
commit | 628c0893fdcdb63b7079af5358536486a7764ac2 (patch) | |
tree | ed57a475eaea50bf99c07c6c3844d5605e210efd /GNUmakefile.in | |
parent | 7f8d2fe31c55a4d6f57077688faf4ca265083b93 (diff) | |
download | postgresql-628c0893fdcdb63b7079af5358536486a7764ac2.tar.gz |
Remove the contents of the src/corba subdirectory: this has been dead code
for a long time.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r-- | GNUmakefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 581628f77e..62bbf57ba2 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,7 +1,7 @@ # # PostgreSQL top level makefile # -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.41 2004/10/06 08:49:58 momjian Exp $ +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.42 2005/05/01 06:15:51 neilc Exp $ # subdir = @@ -72,7 +72,7 @@ $(distdir).tar: distdir $(TAR) chf $@ $(distdir) opt_files := \ - src/tools src/corba src/tutorial \ + src/tools src/tutorial \ $(addprefix src/pl/, plperl plpython tcl) docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail |