Changeset 99260fe


Ignore:
Timestamp:
09/18/2022 06:27:58 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cdc6053
Parents:
6cfe855
Message:

Makefile: remove unneeded tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6cfe855 r99260fe  
    137137               --noent                      \
    138138               --postvalid                  \
    139                     -o $(RENDERTMP)/lfs-full.xml \
     139               -o $(RENDERTMP)/lfs-full.xml \
    140140               $(RENDERTMP)/lfs-html2.xml
    141141
     
    148148        $(Q)xsltproc --nonet                              \
    149149                --stringparam profile.condition html \
    150                      --output $(RENDERTMP)/lfs-html.xml   \
     150                --output $(RENDERTMP)/lfs-html.xml   \
    151151                stylesheets/lfs-xsl/profile.xsl      \
    152                      $(RENDERTMP)/lfs-full.xml
     152                $(RENDERTMP)/lfs-full.xml
    153153
    154154wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
     
    159159        $(Q)xsltproc --xinclude --nonet            \
    160160                --output $(BASEDIR)/wget-list \
    161                      stylesheets/wget-list.xsl     \
     161                stylesheets/wget-list.xsl     \
    162162                chapter03/chapter03.xml
    163163
Note: See TracChangeset for help on using the changeset viewer.