From 3289598de04eefc9ff87465c0f25c57ceb9e0111 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 6 Oct 2003 16:31:38 +0000 Subject: default DESTDIR=/ (This used to be commit 266fa232d95e86a86ec00570657508ed42c80228) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit