added missing backslash
This commit is contained in:
parent
83469fbd5e
commit
4d4b6e64ab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -98,7 +98,7 @@ dist:
|
||||||
--exclude="1.7/" --exclude="*.out" --exclude="*~" \
|
--exclude="1.7/" --exclude="*.out" --exclude="*~" \
|
||||||
$(shell pwd)/ /tmp/ledger-$(VERSION)
|
$(shell pwd)/ /tmp/ledger-$(VERSION)
|
||||||
(cd /tmp/ledger-$(VERSION) && \
|
(cd /tmp/ledger-$(VERSION) && \
|
||||||
make fullclean && make docs &&
|
make fullclean && make docs && \
|
||||||
make clean && rm make.deps && \
|
make clean && rm make.deps && \
|
||||||
cat Makefile | sed 's/\/sw\//\/usr\/local\//g' > t && \
|
cat Makefile | sed 's/\/sw\//\/usr\/local\//g' > t && \
|
||||||
mv t Makefile && \
|
mv t Makefile && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue