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 | 3289598de04eefc9ff87465c0f25c57ceb9e0111 (patch) | |
tree | 30173b6f91f64a0faa2c99b7e1eaf98ed95855d4 | |
parent | a0cb00868d38de0252c20bfb171db92b9f533979 (diff) | |
download | samba-3289598de04eefc9ff87465c0f25c57ceb9e0111.tar.gz samba-3289598de04eefc9ff87465c0f25c57ceb9e0111.tar.bz2 samba-3289598de04eefc9ff87465c0f25c57ceb9e0111.zip |
default DESTDIR=/
(This used to be commit 266fa232d95e86a86ec00570657508ed42c80228)
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5be44d2068..4769604243 100644 --- a/source3/Makefile.in +++ b/source3/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 |