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.
This commit is contained in:
parent
f4ad04049f
commit
b821b6b557
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ VPATH = @srcdir@
|
|||
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
mandir = @mandir@
|
||||
man1dir = $(mandir)/man1
|
||||
|
|
Loading…
Reference in New Issue