From b821b6b557fa56315c90e58377048d750f8bbbf6 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 7 Jan 2009 22:10:29 +0000 Subject: [PATCH] 2009-01-07 Ben Elliston * Makefile.in (all): Add `+' to the command line so that the command is always treated as $(MAKE). * doc/Makefile.in (datarootdir): Define. --- libgloss/ChangeLog | 6 ++++++ libgloss/Makefile.in | 2 +- libgloss/doc/Makefile.in | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index f1a3b9444..bb2fa8c6b 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,9 @@ +2009-01-07 Ben Elliston + + * Makefile.in (all): Add `+' to the command line so that the + command is always treated as $(MAKE). + * doc/Makefile.in (datarootdir): Define. + 2008-12-17 Jon Beniston * README: Add description of lm32 directory. diff --git a/libgloss/Makefile.in b/libgloss/Makefile.in index 83de89fea..3c496e781 100644 --- a/libgloss/Makefile.in +++ b/libgloss/Makefile.in @@ -94,7 +94,7 @@ FLAGS_TO_PASS = \ "DESTDIR=$(DESTDIR)" all: stmp-bsp force - @rootpre=`pwd`/; export rootpre; \ + +@rootpre=`pwd`/; export rootpre; \ srcrootpre=`cd $(srcdir); pwd`/; export srcrootpre; \ $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all diff --git a/libgloss/doc/Makefile.in b/libgloss/doc/Makefile.in index 336f70a99..2dbb2a681 100644 --- a/libgloss/doc/Makefile.in +++ b/libgloss/doc/Makefile.in @@ -17,6 +17,7 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ mandir = @mandir@ man1dir = $(mandir)/man1