mirror of https://github.com/BOINC/boinc.git
Rom, normally Makefile.am is happy with any form of white space. But
here some of the rules are copied straight into the Makefile. For those it's critical that the leading white space be a tab "\t" and not spaces. svn path=/trunk/boinc/; revision=5071
This commit is contained in:
parent
71fec1defe
commit
1a09d79c02
|
@ -5,6 +5,9 @@ sea = boinc_$(vers).sh
|
||||||
|
|
||||||
all: $(sea)
|
all: $(sea)
|
||||||
|
|
||||||
|
# WARNING: WHAT FOLLOWS IS 'FRAGILE'. DO NOT REPLACE
|
||||||
|
# TABS WITH SPACES!
|
||||||
|
|
||||||
$(sea): sea.tar make-sea.sh Makefile
|
$(sea): sea.tar make-sea.sh Makefile
|
||||||
./make-sea.sh $< $@ BOINC/binstall.sh
|
./make-sea.sh $< $@ BOINC/binstall.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue