From 32c11ffe3658d09bba262bea55a1a8da62605fe6 Mon Sep 17 00:00:00 2001 From: mtortonesi Date: Mon, 28 Aug 2006 02:42:05 -0700 Subject: [PATCH] [svn] Fixed a DESTDIR-related bug. --- ChangeLog | 4 ++++ Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 322c7b48..ded66551 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Noèl Köthe + + * Makefile.in: Fixed a DESTDIR-related bug. + 2006-07-17 Daniel Richard G. * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. diff --git a/Makefile.in b/Makefile.in index 5c1b07bc..4d321345 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile for `Wget' utility -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -77,7 +77,7 @@ TAR = tar # flags passed to recursive makes in subdirectories MAKEDEFS = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' DEFS='$(DEFS)' \ CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \ -DESTDIR='$(DESTDIR=)' prefix='$(prefix)' exec_prefix='$(exec_prefix)' \ +DESTDIR='$(DESTDIR)' prefix='$(prefix)' exec_prefix='$(exec_prefix)' \ bindir='$(bindir)' infodir='$(infodir)' mandir='$(mandir)' \ manext='$(manext)' -- 2.39.2