mirror of https://github.com/BOINC/boinc.git
Needed for 'make dist' to do the right thing.
svn path=/trunk/boinc/; revision=5068
This commit is contained in:
parent
fa7399b26f
commit
1cc53bd7d5
|
@ -1,3 +1,5 @@
|
|||
EXTRA_DIST = make-sea.sh
|
||||
|
||||
vers = @BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@_@target@
|
||||
sea = boinc_$(vers).sh
|
||||
|
||||
|
@ -25,4 +27,4 @@ BOINC:
|
|||
mkdir -p BOINC
|
||||
|
||||
clean:
|
||||
rm -rf BOINC sea.tar $(sea)
|
||||
rm -rf BOINC sea.tar $(sea)
|
||||
|
|
Loading…
Reference in New Issue