diff options
author | Gerald Carter <jerry@samba.org> | 2003-10-06 16:31:38 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-10-06 16:31:38 +0000 |
commit | 266fa232d95e86a86ec00570657508ed42c80228 (patch) | |
tree | 0b907538c3086868b4d777381ec3a6eeb923bb2f /source | |
parent | 175d4aa334f510146bc673a0049110f0873775bc (diff) | |
download | samba-266fa232d95e86a86ec00570657508ed42c80228.tar.gz samba-266fa232d95e86a86ec00570657508ed42c80228.tar.xz samba-266fa232d95e86a86ec00570657508ed42c80228.zip |
default DESTDIR=/
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 5be44d20685..4769604243b 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -46,6 +46,7 @@ VPATH=@srcdir@ srcdir=@abs_srcdir@ builddir=@abs_builddir@ SHELL=/bin/sh +DESTDIR=/ # XXX: Perhaps this should be @SHELL@ instead -- apparently autoconf # will search for a POSIX-compliant shell, and that might not be |