mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fixed a DESTDIR-related bug.
This commit is contained in:
parent
5b28da71b1
commit
32c11ffe36
@ -1,3 +1,7 @@
|
|||||||
|
2006-08-28 Noèl Köthe <noel@debian.org>
|
||||||
|
|
||||||
|
* Makefile.in: Fixed a DESTDIR-related bug.
|
||||||
|
|
||||||
2006-07-17 Daniel Richard G. <skunk@iSKUNK.ORG>
|
2006-07-17 Daniel Richard G. <skunk@iSKUNK.ORG>
|
||||||
|
|
||||||
* Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS.
|
* Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for `Wget' utility
|
# 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
|
# 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
|
# 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
|
# flags passed to recursive makes in subdirectories
|
||||||
MAKEDEFS = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' DEFS='$(DEFS)' \
|
MAKEDEFS = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' DEFS='$(DEFS)' \
|
||||||
CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \
|
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)' \
|
bindir='$(bindir)' infodir='$(infodir)' mandir='$(mandir)' \
|
||||||
manext='$(manext)'
|
manext='$(manext)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user