diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-10T14·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-05-10T14·24+0000 |
commit | 8be1db899ec3b2e6270da06421e2c055f874c3b8 (patch) | |
tree | 140611aa49a304cca9bfdb234cd2c9e099527202 /externals | |
parent | cbc8d083acce04a1be6bce23f97956c4c87bbcda (diff) |
* Another typo.
Diffstat (limited to 'externals')
-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 081bc7a55475..8267fe196392 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -4,7 +4,7 @@ DB = db-4.3.28.NC $(DB).tar.gz: @echo "Nix requires Berkeley DB to build." - @echo "Please download version 4.3.38 from" + @echo "Please download version 4.3.28 from" @echo " http://downloads.sleepycat.com/db-4.3.28.NC.tar.gz" @echo "and place it in the externals/ directory." false |