diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-11-14T19·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-11-14T19·08+0000 |
commit | 0ddaee756e6e6b1d3802969162a90d4ff7ef886b (patch) | |
tree | 08fa15d849678c0fa99d4eaad040fef45373631d | |
parent | bce9ff7ece912d18f1d92e6759b82ef5b8ad20aa (diff) |
* Doh.
-rw-r--r-- | externals/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 937e095a312e..0c4c1921cd3a 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -37,7 +37,7 @@ endif ATERM = aterm-2.4.2-fixes -$(ATERM).tar.gz: +$(ATERM).tar.bz2: @echo "Nix requires the CWI ATerm library to build." @echo "Please download version 2.4.2-fixes from" @echo " http://losser.st-lab.cs.uu.nl/~eelco/dist/aterm-2.4.2-fixes.tar.bz2" |