mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Added DESTDIR=\'\' to MAKEDEFS in top-dir Makefile.in.
This commit is contained in:
parent
1c7493b83e
commit
563c9ee034
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user