diff options
| author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-12 02:54:30 +0000 |
|---|---|---|
| committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-12 02:54:30 +0000 |
| commit | 4f1e59f72b45ae1cb6a70cc977df492d16ed98e2 (patch) | |
| tree | 6f9c403ddfed6b86ad22041cc346e893c9b9e07d /src | |
| parent | c7ce63e04c9f8a6a28c9020b0a50d6ca08f2b840 (diff) | |
| download | postgresql-4f1e59f72b45ae1cb6a70cc977df492d16ed98e2.tar.gz | |
Fix bug where it tries to do a cleardbdir when you make install.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/cleardbdir/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/cleardbdir/Makefile b/src/bin/cleardbdir/Makefile index 03424dde4c..feb4d22c9e 100644 --- a/src/bin/cleardbdir/Makefile +++ b/src/bin/cleardbdir/Makefile @@ -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: |
