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:
Bruce Allen 2005-01-11 11:45:31 +00:00
parent 71fec1defe
commit 1a09d79c02
1 changed files with 13 additions and 10 deletions

View File

@ -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