diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-01-07 22:10:29 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-01-07 22:10:29 +0000 |
commit | b821b6b557fa56315c90e58377048d750f8bbbf6 (patch) | |
tree | e0b9c88b774e2b483a055e8e2e9e1c7812dc9567 | |
parent | f4ad04049fcd12246bc26e7de1adf948037e60e0 (diff) | |
download | cygnal-b821b6b557fa56315c90e58377048d750f8bbbf6.tar.gz cygnal-b821b6b557fa56315c90e58377048d750f8bbbf6.tar.bz2 cygnal-b821b6b557fa56315c90e58377048d750f8bbbf6.zip |
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/ChangeLog | 6 | ||||
-rw-r--r-- | libgloss/Makefile.in | 2 | ||||
-rw-r--r-- | libgloss/doc/Makefile.in | 1 |
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 |