CLFS fixes: correct an oops with the makefile generation
This commit is contained in:
parent
14c9622f79
commit
d39035cbfe
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ cross_tools_Makefiles() { #
|
||||||
esac
|
esac
|
||||||
#
|
#
|
||||||
# Set the dependency for the first target.
|
# Set the dependency for the first target.
|
||||||
if [ -z $PREV ] ; then PREV=026-settingenvironment ; fi
|
if [ -z $PREV ] ; then PREV=028-creating-sysfile ; fi
|
||||||
|
|
||||||
# First append each name of the script files to a list (this will become
|
# First append each name of the script files to a list (this will become
|
||||||
# the names of the targets in the Makefile
|
# the names of the targets in the Makefile
|
||||||
|
|
Reference in a new issue