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

Commit 4f1e59f

Browse files
author
Bryan Henderson
committed
Fix bug where it tries to do a cleardbdir when you make install.
1 parent c7ce63e commit 4f1e59f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bin/cleardbdir/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/Makefile,v 1.2 1996/11/11 13:39:31 bryanh Exp $
10+
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/Makefile,v 1.3 1996/11/12 02:54:30 bryanh Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

14+
SRCDIR= ../..
15+
include ../../Makefile.global
16+
1417
all: cleardbdir
1518

1619
cleardbdir:

0 commit comments

Comments
 (0)