From 0c4547ec27f5277b37a9cf0fc133f029c1b5e3b1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 6 Oct 2003 16:42:01 +0000 Subject: default DESTDIR=/ (This used to be commit 759990833ef192ffddec58039db1a41a0fafa399) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index 57950bebde..4930bb97b4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -45,6 +45,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 -- cgit