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

Commit 69ee15d

Browse files
committed
Removed monitor from compile/install (will eventually be removed
completely)
1 parent 76bc8cb commit 69ee15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.2 1996/07/23 03:01:58 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.3 1996/07/25 06:54:26 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -17,7 +17,7 @@ MKDIR=../mk
1717
#
1818
# C programs
1919
#
20-
SUBDIR= monitor pg_id pg_version psql pg_dump
20+
SUBDIR= pg_id pg_version psql pg_dump
2121

2222
#
2323
# Shell scripts

0 commit comments

Comments
 (0)