projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb31c71
)
remove src/data from target list
author
PostgreSQL Daemon
<webmaster@postgresql.org>
Tue, 5 Aug 2003 04:18:51 +0000
(
04:18
+0000)
committer
PostgreSQL Daemon
<webmaster@postgresql.org>
Tue, 5 Aug 2003 04:18:51 +0000
(
04:18
+0000)
GNUmakefile.in
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile.in
b/GNUmakefile.in
index 8a9431193f3a16b0eb9ae773b2f26806a1494d9a..7cc2526c96b699a1e518906be28a478933e44fd0 100644
(file)
--- a/
GNUmakefile.in
+++ b/
GNUmakefile.in
@@
-1,7
+1,7
@@
#
# PostgreSQL top level makefile
#
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.3
1 2003/08/01 04:28:13 scrappy
Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.3
2 2003/08/05 04:18:51 pgsql
Exp $
#
subdir =
@@
-70,7
+70,7
@@
$(distdir).tar: distdir
$(TAR) chf $@ $(distdir)
opt_files := \
- src/tools src/corba src/
data src/
tutorial \
+ src/tools src/corba src/tutorial \
src/bin/pgtclsh \
$(addprefix src/interfaces/, libpgtcl jdbc) \
$(addprefix src/pl/, plperl plpython tcl)