Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-01-08 01:10:29 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-01-08 01:10:29 +0300
commitb821b6b557fa56315c90e58377048d750f8bbbf6 (patch)
treee0b9c88b774e2b483a055e8e2e9e1c7812dc9567
parentf4ad04049fcd12246bc26e7de1adf948037e60e0 (diff)
2009-01-07 Ben Elliston <bje@au.ibm.com>
* Makefile.in (all): Add `+' to the command line so that the command is always treated as $(MAKE). * doc/Makefile.in (datarootdir): Define.
-rw-r--r--libgloss/ChangeLog6
-rw-r--r--libgloss/Makefile.in2
-rw-r--r--libgloss/doc/Makefile.in1
3 files changed, 8 insertions, 1 deletions
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 <bje@au.ibm.com>
+
+ * 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 <jon@beniston.com>
* 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