Changeset 688117a for BLFS


Ignore:
Timestamp:
03/13/2012 09:32:39 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
e61321f
Parents:
5573313
Message:

Typo in BLFS/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r5573313 r688117a  
    7373        $(Q)if ! [ -f $@ ]; then \
    7474        echo Initializing $(TRACKFILE) && \
    75         /bin/echo -e echo '$(INITIAL_TRACK)' > $@ && \
     75        /bin/echo -e '$(INITIAL_TRACK)' > $@ && \
    7676        $(MAKE) $(PACK_LIST); \
    7777        fi
Note: See TracChangeset for help on using the changeset viewer.