fix in makefile
This commit is contained in:
parent
c259f9cc39
commit
152b10dbbd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -103,7 +103,7 @@ dist:
|
||||||
rm -fr /tmp/ledger-$(VERSION)
|
rm -fr /tmp/ledger-$(VERSION)
|
||||||
rsync -av --exclude=".*" --exclude="TAGS" --exclude="version" \
|
rsync -av --exclude=".*" --exclude="TAGS" --exclude="version" \
|
||||||
--exclude="_darcs/" --exclude="ledger.dat" --exclude="CVS/" \
|
--exclude="_darcs/" --exclude="ledger.dat" --exclude="CVS/" \
|
||||||
--exclude="1.7/" --exclude="gmon.out" --exclude="prof.out" \
|
--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 fullclean && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue