CLFS fixes: correct an oops with the makefile generation

This commit is contained in:
George Boudreau 2006-08-05 22:20:41 +00:00
parent 14c9622f79
commit d39035cbfe

View file

@ -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