]> sjero.net Git - wget/commitdiff
[svn] Added DESTDIR=\'\' to MAKEDEFS in top-dir Makefile.in.
authormtortonesi <devnull@localhost>
Mon, 17 Jul 2006 09:23:59 +0000 (02:23 -0700)
committermtortonesi <devnull@localhost>
Mon, 17 Jul 2006 09:23:59 +0000 (02:23 -0700)
ChangeLog
Makefile.in

index 3ebf07261e247c4cea1ab4261c54d91e5bcb1d40..322c7b480db0b5d0bcaecc13b3ef4c70b89ccefd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-17  Daniel Richard G.  <skunk@iSKUNK.ORG>
+
+       * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. 
+
 2006-07-14  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * configure.in: Check for intptr_t.
index 053e255559630179f26e6b9d836177c13efb521c..5c1b07bc27d0dc764f59765722cab6a62e999b27 100644 (file)
@@ -77,8 +77,9 @@ TAR = tar
 # flags passed to recursive makes in subdirectories
 MAKEDEFS = CC='$(CC)' CPPFLAGS='$(CPPFLAGS)' DEFS='$(DEFS)' \
 CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' LIBS='$(LIBS)' \
-prefix='$(prefix)' exec_prefix='$(exec_prefix)' bindir='$(bindir)' \
-infodir='$(infodir)' mandir='$(mandir)' manext='$(manext)'
+DESTDIR='$(DESTDIR=)' prefix='$(prefix)' exec_prefix='$(exec_prefix)' \
+bindir='$(bindir)' infodir='$(infodir)' mandir='$(mandir)' \
+manext='$(manext)'
 
 # subdirectories in the distribution
 SUBDIRS = src doc po tests util windows