diff options
| author | Bruce Momjian | 1998-04-06 01:16:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-04-06 01:16:55 +0000 |
| commit | 5523beb949241d9ed498aa51eb6c91f7100e7e46 (patch) | |
| tree | 29eb45d2725ed40803acb8c2e43050832006d05e /src/bin/initdb | |
| parent | 47364f315bf0dd5a09c854f3681e8d5e9faad5b1 (diff) | |
Re-introduce $DISTDIR.
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile index 67cd26bec1c..9ce4daa5272 100644 --- a/src/bin/initdb/Makefile +++ b/src/bin/initdb/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.6 1998/04/06 00:28:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Makefile,v 1.7 1998/04/06 01:14:46 momjian Exp $ # #------------------------------------------------------------------------- @@ -17,7 +17,7 @@ include ../../Makefile.global all: initdb install: initdb - $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$< + $(INSTALL) $(INSTL_EXE_OPTS) $< $(DESTDIR)$(BINDIR)/$< clean: rm -f initdb |
