From: Bruno Haible Date: Mon, 19 Apr 2010 22:45:54 +0000 (+0200) Subject: relocatable: Simplify doc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f31750d4a1c829278bfc49e619d67f02a376491;p=pspp relocatable: Simplify doc. --- diff --git a/ChangeLog b/ChangeLog index 24f2a3692c..327d3d2964 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am. * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP. + * doc/relocatable-maint.texi (Supporting Relocation): Remove the + mention of RELOCATABLE_STRIP. Reported by Sylvain Beucler . 2010-04-19 Bruno Haible diff --git a/doc/relocatable-maint.texi b/doc/relocatable-maint.texi index 7c24b28239..72c6eaa921 100644 --- a/doc/relocatable-maint.texi +++ b/doc/relocatable-maint.texi @@ -142,6 +142,3 @@ If your @file{config.h} is not in @file{$(top_builddir)}, then set RELOCATABLE_CONFIG_H_DIR='$(top_builddir)/src' @end example @end enumerate - -Set @var{RELOCATABLE_STRIP} to @code{:}. This is needed so that -@samp{make install} installs executables without stripping them.