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 /libgloss/Makefile.in | |
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.
Diffstat (limited to 'libgloss/Makefile.in')
-rw-r--r-- | libgloss/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |