summaryrefslogtreecommitdiff
path: root/src/bin/destroyuser
diff options
context:
space:
mode:
authorBruce Momjian1998-04-06 16:53:15 +0000
committerBruce Momjian1998-04-06 16:53:15 +0000
commit471dbbc2238701a0191cd3dca1388f4b0a5641e7 (patch)
tree429c3c81b370ee6a87a9854314838541f214d1b7 /src/bin/destroyuser
parent0bf814117227906fc089011420add221f69be5c2 (diff)
DESTDIR removed, again.
Diffstat (limited to 'src/bin/destroyuser')
-rw-r--r--src/bin/destroyuser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/destroyuser/Makefile b/src/bin/destroyuser/Makefile
index 8311cf50b20..a43959db24d 100644
--- a/src/bin/destroyuser/Makefile
+++ b/src/bin/destroyuser/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/Makefile,v 1.7 1998/04/06 01:14:36 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/Makefile,v 1.8 1998/04/06 16:50:05 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -24,7 +24,7 @@ destroyuser: destroyuser.sh
sed $(SEDSCRIPT) <destroyuser.sh >destroyuser
install: destroyuser
- $(INSTALL) $(INSTL_EXE_OPTS) $< $(DESTDIR)$(BINDIR)/$<
+ $(INSTALL) $(INSTL_EXE_OPTS) $< $(BINDIR)/$<
clean:
rm -f destroyuser