Removed some"; \" left after the previous "if" test removal.

This commit is contained in:
Manuel Canales Esparcia 2005-10-03 19:52:47 +00:00
parent 816f3f43ee
commit 7d983151bc

6
jhalfs
View file

@ -400,13 +400,13 @@ build_Makefile() {
if [ "$i" = "031-adjusting" ] ; then
echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
echo -e "\trm -r \$(LFS)\$(SRC)/binutils-build && \\" >> $MKFILE.tmp
echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
echo -e "\trm sources-dir" >> $MKFILE.tmp
fi
# Remove the TCL sources after a successful Expect build.
if [ "$i" = "033-expect" ] ; then
echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
echo -e "\trm sources-dir" >> $MKFILE.tmp
fi
# Include a touch of the target name so make can check
@ -506,7 +506,7 @@ build_Makefile() {
if [ "$i" = "067-readjusting" ] ; then
echo -e "\t@rm -r \`cat sources-dir\` && \\" >> $MKFILE.tmp
echo -e "\trm -r \$(SRC)/binutils-build && \\" >> $MKFILE.tmp
echo -e "\trm sources-dir; \\" >> $MKFILE.tmp
echo -e "\trm sources-dir" >> $MKFILE.tmp
fi
# Include a touch of the target name so make can check