mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix bug where it tries to do a cleardbdir when you make install.
This commit is contained in:
parent
c7ce63e04c
commit
4f1e59f72b
1 changed files with 4 additions and 1 deletions
|
|
@ -7,10 +7,13 @@
|
|||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/Makefile,v 1.2 1996/11/11 13:39:31 bryanh Exp $
|
||||
# $Header: /cvsroot/pgsql/src/bin/cleardbdir/Attic/Makefile,v 1.3 1996/11/12 02:54:30 bryanh Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
SRCDIR= ../..
|
||||
include ../../Makefile.global
|
||||
|
||||
all: cleardbdir
|
||||
|
||||
cleardbdir:
|
||||
|
|
|
|||
Loading…
Reference in a new issue