Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56a84dc

Browse files
author
PostgreSQL Daemon
committed
remove src/data from target list
1 parent bb31c71 commit 56a84dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.31 2003/08/01 04:28:13 scrappy Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.32 2003/08/05 04:18:51 pgsql Exp $
55
#
66

77
subdir =
@@ -70,7 +70,7 @@ $(distdir).tar: distdir
7070
$(TAR) chf $@ $(distdir)
7171

7272
opt_files := \
73-
src/tools src/corba src/data src/tutorial \
73+
src/tools src/corba src/tutorial \
7474
src/bin/pgtclsh \
7575
$(addprefix src/interfaces/, libpgtcl jdbc) \
7676
$(addprefix src/pl/, plperl plpython tcl)

0 commit comments

Comments
 (0)