From 563c9ee034881a1d98df74c4519d03c04383df87 Mon Sep 17 00:00:00 2001 From: mtortonesi Date: Mon, 17 Jul 2006 02:23:59 -0700 Subject: [PATCH] [svn] Added DESTDIR=\'\' to MAKEDEFS in top-dir Makefile.in. --- ChangeLog | 4 ++++ Makefile.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ebf0726..322c7b48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-17 Daniel Richard G. + + * Makefile.in: Added DESTDIR='$(DESTDIR)' to MAKEDEFS. + 2006-07-14 Mauro Tortonesi * configure.in: Check for intptr_t. diff --git a/Makefile.in b/Makefile.in index 053e2555..5c1b07bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.39.2